Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
/ docker-laravel Public archive

⚠️ ⚠️ ⚠️ depereceted. docker-laravel development enviroment

License

Notifications You must be signed in to change notification settings

Jamlee/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The laravel development environment using docker-compose

Currently this project consists of:

Prerequire tools:

  • docker(1.10+)
  • docker-compose(1.6+)

#0x1 Create project of laravel by yourself

You could run the command like follows to create a laravel project named project under the path ./webroot :

$ docker-compose up -d
$ ./ctl apache #enter container
$ laravel new project #create project

Note:

you can also change the project name project to others such as blog or www in the file ./httpd.conf

#0x2 The more fast way to enter these container

just to use script ctl:

$ ./ctl apache  #enter the apahce container
$ ./ctl mysql   #enter the mysql  container
$ ./ctl redis   #enter the redis container

About

⚠️ ⚠️ ⚠️ depereceted. docker-laravel development enviroment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published