evansochuka / laravel-ERP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Laravle-ERP

Base on Laravel 5.5

STEP 1. Git Clone

git clone https://github.com/RobinJian/laravel-ERP

STEP 2. Get Into laravel-ERP

cd laravel-ERP

STEP 3. Rebuild /vendor Direction

composer install

STEP 4. Rebuild /node_modules Direction

npm install

STEP 5. Rebuild .env

cp .env.example .env

STEP 6. Create APP_KEY

php artisan key:generate

STEP 7. Rebuild Database and Seeder

php artisan migrate:refresh --seed

About


Languages

Language:PHP 59.9%Language:HTML 39.9%Language:Vue 0.3%