Hi,
When I clic "Complete setup", I have this error :

Can you have a solution for this problem ?
Regards,
Can you supply us with your latest log file please?
I arrived to install cachet. I do this : php artisan app:install and the bug was resolved. But when I want to do modification, if I want to apply the modification I must do php artisan app:install to apply the modification.
laravel-2018-01-30.log
[2018-01-30 09:38:40] production.ERROR: ErrorException: file_put_contents(/home/www/status/.env): failed to open stream: Permission denied in /home/www/status/app/Http/Controllers/SetupController.php:257
You need to make sure the .env file is writeable by the web process.
Most helpful comment
You need to make sure the
.envfile is writeable by the web process.