Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 600 Bytes

Please read the instruction carefully:

  • Copy .env.example to .env

  • Set Database name, user, password

  • Install npm modules

$ npm install
  • Install plugins
$ composer install
  • Generate new App key
$ php artisan key:generate
  • Migrate all database by running this script in terminal or command prompt or git bash:
$ php artisan migrate
  • Run seeder (so that the existing data will be save to new database) by running this script:
$ php artisan db:seed --class=AllSeeder

Copy project folder into htdocs (XAMPP) or www (WAMPP)