8000 GitHub - nimatrazmjo/laravel-vuejs-docker at 0b9adaf0d7080551ebaf0a2eee28615f972f399a
[go: up one dir, main page]

Skip to content

nimatrazmjo/laravel-vuejs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Laravel+Vuejs+Docker+Docker compose

This project laravel+Vuejs is based on docker and docker-compose

Table of content

Prerequisites


Make sure you have insalled the following prerequisites in your development or production machine.

Technologies


List of technologies which are used in this project.

  • PHP : Version 7.3
  • Laravel: Version 8.x
  • MySQL: Version 8
  • Node: Version 14.15.0

Setup Environment:


  • Copy .env.example to .env.
  • Build docker-compose build.
  • Run docker-compose up -d.
  • Open favourite browser and type http://localhost:5000.
  • Generate key docker exec bakend-end php artisan key:generate
  • If you want to install a npm package then run docker exec front-end npm install <Package_Name>.
  • If you want to install compose package then run docker exec back-end compose install <PACKAGE_NAME>.

Contribute


Contribution are alwasy welcome! Please read the contribution guidelines first.

  • Fork this project to your personal account.
  • Create your feature branch git checkout -b feature/foo.
  • Commit your changes git commit -am 'Add some foo.
  • Push to the branch git push origin feature/foo.
  • Create a new Pull Request.

License


The theme is available as open source under the terms of the MIT License.

0