Skip to content

TheAdnan/laravel-docker-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel docker setup

Basic Laravel docker setup with MySQL and Nginx

Installation

Run the following command:

docker-compose up -d --build

After a successful build, run database migrations for Laravel using the following command:

docker-compose exec php php /var/www/artisan migrate:fresh --seed

About

Basic Laravel docker setup with MySQL and Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published