Skip to content

crewsycrews/laravel-vue-docker-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaffolded docker env for laravel 6.2 + vue 2.6.11 application

Prerequisites:

  • docker
  • docker-compose
  • make(build-essentials)

Instructions:

  • copy .env.example into .env file and pass the missing variables(see comments in .env file)
  • make docker-env
  • Check the SERVER_NAME and API_SERVER_NAME urls provided earlier in .env file with your browser.

You can find possible commands inside makefile. Just run make inside project's directory

Frequently used commands:

  • Spin up containers
$ make up
  • Halt containers
$ make down
  • Restart containers
$ make restart
  • Dive into laravel container cli
$ make console-laravel
  • Watch and rebuild files for vue app
$ make watch

About

Laravel + Vue inside docker environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published