Skip to content

thequickcode/laravel-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before running docker compose up please copy the .env.example file to .env and change the database credentials.

Those credentials will be used automatically during the build step of the mysql image.

You will have also to use the same credentials in the .env file which should be available in backend/.env which is used by laravel.

To fix file permission issues execute the following command:

docker compose run --rm php chown -R www-data:www-data /app

To link the storage execute the following command:

docker compose run --rm php ln -s -f /app/storage/app/public /app/public/storage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published