emranio / dainikshiksha-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  git clone https://github.com/emranio/dainikshiksha-admin

Go to your project directory setup your .env file Then move auth.json file in your .composer directory example:

mv auth.json ~/.composer/auth.json

next paste following command in your terminal

composer install --ignore-platform-reqs 
npm install
npm run build
php artisan migrate
php artisan db:seed

To clear cache

php artisan optimize:clear

About

License:GNU General Public License v3.0


Languages

Language:PHP 96.9%Language:CSS 1.2%Language:Blade 1.1%Language:JavaScript 0.9%