Skip to content

Starter configuraiton to develop docker virtualized laravel projects

License

Notifications You must be signed in to change notification settings

dartika/laravel-docker-dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Docker Development Environment

Starter configuration to develop docker virtualized laravel projects.

Requirements:

Available Commands

$ make install
# dependency installation and migrations
$ make up
# turn on server (8080 web, 33061 mysql) => http://www.appname.localhost:8080
$ make down
# turn off server
$ make install_test
# install test database
$ make test
# tests executions (phpunit)
# use TEST_ARGS to pass arguments. ej. make test TEST_ARGS='--filter TestClass'

Releases

No releases published

Packages

No packages published