Olivier Desenfans

Results 53 comments of Olivier Desenfans

> ``` > # Generate application key > docker-compose exec app php artisan key:generate > ``` Thanks for the quick reply. Yes I did this and I still get a...

I worked around the issue by generating a key locally and setting it the .env file, but now I run into the following issue:

Thanks @fzakfeld! > I am facing the same issue. Running `php artisan vendor:publish --tag=cachet` inside the app container fixes it This step needs to be in the Dockerfile then @PolNavarro....