You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is not a bug, i just can't find the right file to open a PR
I want to change the sail command curl -s https://laravel.build/example-app | bash to use new laravel installer, also as to allow users to choose their starter pack, something like curl -s https://laravel.build/example-app?with=mysql,livewire,pest | bash
I already have done locally, running the commands insides a docker container, and it works
I need to know which file is called when running this commands so i can change it, i'll also update sail docs, on how to use new laravel installer and presetting the frontend and/or test framework