maxoralbay / template-laravel8

Template Full-stack laravel 8 template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

After you clone the project, you need to download the following images and paste them into the appropriate paths:

Path: /backend/public

Path: /frontend/src/assets

Copy the config files:

cp backend/.env.example backend/.env
cp frontend/src/assets/js/config.js.example frontend/src/assets/js/config.js

Up all the services:

docker-compose --env-file ./backend/.env up -d

Run migrations:

docker exec lv-php php artisan migrate --seed

Backend service host:

http://localhost:8000

Frontend service host:

http://localhost:8001

About

Template Full-stack laravel 8 template

License:The Unlicense


Languages

Language:JavaScript 51.7%Language:CSS 44.8%Language:PHP 1.6%Language:Vue 1.2%Language:SCSS 0.5%Language:Blade 0.3%Language:Dockerfile 0.0%Language:HTML 0.0%Language:Makefile 0.0%Language:Shell 0.0%