Skip to content

volkv/laravel-boilerplate-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Локальный запуск (Linux / macOS):

mkcert -key-file key.pem -cert-file cert.pem localhost && mv key.pem docker/nginx/local/ssl && mv cert.pem docker/nginx/local/ssl
/etc/hosts

127.0.0.1 localhost

.env
cp .env.example .env

APP_NAME=your-app-name

git & make (apt install git)
apt install git make
docker
wget -O- get.docker.com | bash

Сборка Local

make update-local

Сборка Prod

make update-prod

Setup (key generate & storage link)

make setup
make npm-watch
make npm-watch

https://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published