Bootstrap
GitongaGeorge opened this issue · 2 comments
GitongaGeorge commented
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.
krekas commented
@GitongaGeorge might be problem on your end here
Yismen commented
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