-
Notifications
You must be signed in to change notification settings - Fork 26
Make Sail Server compliant with Laravel 12 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…v" after everything is done
I don't think this is a really user friendly way to start new projects these days so I'm tabling updates on it for now. |
@taylorotwell any official way to use laravel 12 with docker? the command is not that different, than it used to be, also it doesn't require any new argument, if running command it's required the arguments only if the developer wants a different stack lastly the arguments are combinable |
In case anyone needs, here's my fork from laravel sail installer (spoiler alert, it works with laravel 12) |
Description
Make Sail Server compliant with Laravel 12
Steps to Run
Updated Sail docs (check last item of Implement/Fixes below)
Neccesary checkmarks:
Type of change
Implements/Fixes:
mongodb
react
,vue
,livewire
orlivewire-class-components
workos
Authentication Providerphpunit
orpest
Check the correct boxes
Testing Changes
Checklist:
New Tests
Updated Tests