Code Monkey home page Code Monkey logo

breeze's People

Contributors

buismaarten avatar claudiodekker avatar crynobone avatar dammy001 avatar drewmw5 avatar driesvints avatar erickzh avatar fhferreira avatar fouteox avatar geisi avatar hailwood avatar holiq avatar itxshakil avatar jessarcher avatar magdicom avatar markjaquith avatar martink635 avatar mmkhakdaman avatar mohmmedashraf avatar ninjaparade avatar nunomaduro avatar reinink avatar rhyslees avatar shuvroroy avatar stefanzweifel avatar stylecibot avatar taylorotwell avatar themsaid avatar timacdonald avatar xico2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

breeze's Issues

the --ssr option is not typescript

  • Breeze Version: 1.4.4
  • Laravel Version: 10.0.2
  • PHP Version: 8.1.0

Description:

the --ssr option is not typescript

Steps To Reproduce:

generate project with --ssr option

Add vue-ts

Hello, i like the work. Is there any chance that vute-ts stack can be added?

Add feature to run commands within docker container

With the current behavior, when the user installs the package (artisan breeze:install react-ts), it executes npm i and npm run build. This is the desired behavior as it's assumed most people will be running it from their host shell. However, because I run this from a docker-compose file, it executes within the container and fails.

Adding a "--docker" flag would indicate to the program that the user is running their project from a docker container and would properly execute the remaining commands.

REF:

https://stackoverflow.com/questions/32163955/how-to-run-shell-script-on-host-from-docker-container
https://www.computerhope.com/unix/unohup.htm

Typescript errors

  • Breeze Version: 1.19.2
  • Laravel Version: latest
  • PHP Version: 8.1.2
  • Database Driver & Version:

Description:

The newest version of Breeze made some changes to the props of components resulting in typescript giving errors. Could you maybe update this package to solve those? I would have loved to do it myself but i have insufficient knowledge of typescript sadly.

Steps To Reproduce:

Fresh install of laravel with this package.

Ssr does not work

  • Breeze Version: 1.5.3
  • Laravel Version: 10.3.1
  • PHP Version: 8.2.3
  • Database Driver & Version:

Description:

Steps To Reproduce:

php artisan breeze:install --ssr
`Which stack would you like to install?
blade .......................................................................................................................................... 0
react .......................................................................................................................................... 1
react-ts ....................................................................................................................................... 2
vue ............................................................................................................................................ 3
api ............................................................................................................................................ 4
❯ react-ts

Would you like to install dark mode support? (yes/no) [no]

Would you prefer Pest tests instead of PHPUnit? (yes/no) [no]
❯ yes
`

log:
PS C:\Users\jensv\My Projects\alpacaislands.eu> php artisan breeze:install --ssr

Which stack would you like to install?
blade .......................................................................................................................................... 0
react .......................................................................................................................................... 1
react-ts ....................................................................................................................................... 2
vue ............................................................................................................................................ 3
api ............................................................................................................................................ 4
❯ react-ts

Would you like to install dark mode support? (yes/no) [no]

Would you prefer Pest tests instead of PHPUnit? (yes/no) [no]
❯ yes

./composer.json has been updated
Running composer update inertiajs/inertia-laravel laravel/sanctum tightenco/ziggy laravel/breeze
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 3 installs, 0 updates, 0 removals

  • Locking inertiajs/inertia-laravel (v0.6.9)
  • Locking laravel/breeze (v1.19.2)
  • Locking tightenco/ziggy (v1.5.0)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 0 installs, 22 updates, 6 removals
    0 [>---------------------------] 0 [->--------------------------]
  • Removing sebastian/resource-operations (3.0.3)
  • Removing pestphp/pest-plugin-laravel (v1.4.0)
  • Removing pestphp/pest-plugin (v1.1.0)
  • Removing pestphp/pest (v1.22.5)
  • Removing drewmw5/breeze (v1.5.3)
  • Removing doctrine/instantiator (2.0.0)
  • Upgrading nunomaduro/collision (v6.4.0 => v7.1.1): Extracting archive
  • Upgrading sebastian/version (3.0.2 => 4.0.1): Extracting archive
  • Upgrading sebastian/type (3.2.1 => 4.0.0): Extracting archive
  • Upgrading sebastian/recursion-context (4.0.5 => 5.0.0): Extracting archive
  • Upgrading sebastian/object-reflector (2.0.4 => 3.0.0): Extracting archive
  • Upgrading sebastian/object-enumerator (4.0.4 => 5.0.0): Extracting archive
  • Upgrading sebastian/global-state (5.0.5 => 6.0.0): Extracting archive
  • Upgrading sebastian/exporter (4.0.5 => 5.0.0): Extracting archive
  • Upgrading sebastian/environment (5.1.5 => 6.0.0): Extracting archive
  • Upgrading sebastian/diff (4.0.4 => 5.0.0): Extracting archive
  • Upgrading sebastian/comparator (4.0.8 => 5.0.0): Extracting archive
  • Upgrading sebastian/code-unit (1.0.8 => 2.0.0): Extracting archive
  • Upgrading sebastian/cli-parser (1.0.1 => 2.0.0): Extracting archive
  • Upgrading phpunit/php-timer (5.0.3 => 6.0.0): Extracting archive
  • Upgrading phpunit/php-text-template (2.0.4 => 3.0.0): Extracting archive
  • Upgrading phpunit/php-invoker (3.1.1 => 4.0.0): Extracting archive
  • Upgrading phpunit/php-file-iterator (3.0.6 => 4.0.1): Extracting archive
  • Upgrading sebastian/lines-of-code (1.0.3 => 2.0.0): Extracting archive
  • Upgrading sebastian/complexity (2.0.2 => 3.0.0): Extracting archive
  • Upgrading sebastian/code-unit-reverse-lookup (2.0.3 => 3.0.0): Extracting archive
  • Upgrading phpunit/php-code-coverage (9.2.26 => 10.0.2): Extracting archive
  • Upgrading phpunit/phpunit (9.6.5 => 10.0.16): Extracting archive
    0/22 [>---------------------------] 0%
    4/22 [=====>----------------------] 18%
    10/22 [============>---------------] 45%
    14/22 [=================>----------] 63%
    20/22 [=========================>--] 90%
    21/22 [==========================>-] 95%
    22/22 [============================] 100%
    1 package suggestions were added by new dependencies, use composer suggest to see details.
    Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

INFO Discovering packages.

inertiajs/inertia-laravel ................................................................................................................... DONE
laravel/breeze .............................................................................................................................. DONE
laravel/sail ................................................................................................................................ DONE
laravel/sanctum ............................................................................................................................. DONE
laravel/tinker .............................................................................................................................. DONE
nesbot/carbon ............................................................................................................................... DONE
nunomaduro/collision ........................................................................................................................ DONE
nunomaduro/termwind ......................................................................................................................... DONE
spatie/laravel-ignition ..................................................................................................................... DONE
tightenco/ziggy ............................................................................................................................. DONE

81 packages you are using are looking for funding.
Use the composer fund command to find out more!

@php artisan vendor:publish --tag=laravel-assets --ansi --force

INFO No publishable resources for tag [laravel-assets].

No security vulnerability advisories found

ErrorException

copy(C:\Users\jensv\My Projects\alpacaislands.eu\vendor\drewmw5\breeze\src\Console/../../stubs/inertia-common/app/Http/Middleware/HandleInertiaRequests.php): Failed to open stream: No such file or directory

at vendor\drewmw5\breeze\src\Console\InstallsReactTSStack.php:59

1 vendor\drewmw5\breeze\src\Console\InstallsReactTSStack.php:59

2 vendor\drewmw5\breeze\src\Console\InstallReactTSCommand.php:61
Drewmw5\Breeze\Console\InstallReactTSCommand::installInertiaReactTSStack()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.