- After cloning this repository, go to the root folder, run the following command/s,
- composer install - npm install - cp .env.example .env
- Update the database name, username & password. You can check the config/laratrust_seeder.php to create your own roles and permission level with users. This is only for seeding purpose and quick view.
- php artisan config:clear - php artisan config:cache - php artisan migrate - php artisan db:seed - php artisan key:generate
Now you are ready to check out
- php artisan serve