Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 241 Bytes

File metadata and controls

11 lines (9 loc) · 241 Bytes

Laravel-5.4-Student-Management-System

#How to install

  1. composer dump-autoload
  2. composer install --no-scripts
  3. composer update
  4. copy .env.example .env
  5. php artisan key:generate
  6. php artisan config:clear
  7. php artisan migrate