Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
/ elegant Public archive

Elegant is a serious shit thing based on Laravel & Vuestic

License

Notifications You must be signed in to change notification settings

ramyareye/elegant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

based on laravel-api package

Installation

composer update
APP_NAME=Elegant
APP_ENV=local
APP_DEBUG=true
APP_KEY=

API_STANDARDS_TREE=vnd
API_SUBTYPE=api
API_PREFIX=api
API_VERSION=v1
API_DEBUG=true

DB_HOST=localhost
DB_DATABASE=elegant
DB_USERNAME=root
DB_PASSWORD=

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PASSPORT=later

php artisan migrate --seed
php artisan passport:install --force
update .env PASSPORT with (Laravel API Password Grant Client)
php artisan optimize
php artisan route:cache
php artisan api:cache
cd vue/admin
yarn

edit .env like below :

TITLE=Elegant
BASE_URL=http://elegant.lol/
PUBLIC_FOLDER=vuestic
INDEX_PATH=backend
yarn serve
yarn build

here goes to ./public/vuestic (which comes from .env on ./vue/admin) for now you should copy ./public/vuestic/vuestic ro ./public/vuestic admin url : /el-admin

About

Elegant is a serious shit thing based on Laravel & Vuestic

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published