laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.74k stars 291 forks source link

The InstallCommand currently updates the .env file but it doesn't update the .env.example #935

Closed jhonatanhulse closed 1 month ago

jhonatanhulse commented 1 month ago

After installing Laravel Octane with the following steps:

composer require laravel/octane
php artisan octane:install --server=frankenphp

we can see that the .env file is changed and the following line is appended:

OCTANE_SERVER=frankenphp

It would be nice if the same line was appended to the .env.example file.

driesvints commented 1 month ago

There's no need for that imo.