LaravelDaily/Larastarters

Bootstrap

GitongaGeorge opened this issue · 2 comments

How long does it take for the bootstrap option to work after it completes publishing? none of the five options in laravel UI(Bootstrap) is completing the process.

@GitongaGeorge might be problem on your end here

Are you using a docker container (like Laravel sail)? Internally the package runs php artisan commands which obviously wouldn't work on a container. I manually changed these commands to ./vendor/bin/sail artisan and worked like a charm. I just submitted a PR