-
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