Closed jhonatanhulse closed 3 months 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:
.env
OCTANE_SERVER=frankenphp
It would be nice if the same line was appended to the .env.example file.
.env.example
There's no need for that imo.
After installing Laravel Octane with the following steps:
we can see that the
.env
file is changed and the following line is appended:It would be nice if the same line was appended to the
.env.example
file.