Brightness999 / laravel-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre project requirements

Docker version 19.03.8 (other version could work as well) Docker-compose version 1.25.5 (other version could work as well)

Project setup

make env
make start
make composer-install
make npm-install

Connect to mysql container with local configuration and create DB (configuration from env.example)

make migrate
make seed
make npm-dev

Enjoy website on http://localhost:8086/

Contributing

  1. Please start work in your branch created from master.
  2. Create pull request on master branch after finalizing a task. (recheck your code twice before review)
  3. Do not hesitate to update read.me with your error/solutions to fix an error

About


Languages

Language:Vue 90.1%Language:PHP 9.6%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:Blade 0.1%Language:Shell 0.0%Language:Procfile 0.0%