- Go to the LXC console and use
docker ps
docker exec -it [id] /bin/sh
- Generate a key
php artisan key:generate
- Clear the Laravel Cache and recreate the cache.
php artisan optimize
-
Go back to the website URL and see if it shows the login.
-
You need to create a user.
php artisan p:user:make