laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.7k stars 478 forks source link

Fix missing php option when trying to run sail:add #730

Closed johnhoulder closed 2 months ago

johnhoulder commented 2 months ago

Fixes #729

This just introduces a --php option to mirror sail:install with the same default of PHP 8.3, open to suggestions for alternative ways to fix this, but this seemed like the most logical and straightforward solution.

taylorotwell commented 2 months ago

Will fix slightly different on repo. Thanks. 👍