Installing Video

1. After downloading enter into the folder and run the following commands

- Composer update

2. Copy .env.example to .env

- Php artisan key:generate

3. Create a database and update the database details in .env file.

- Php artisan migrate

- Php artisan db:seed

- Php artisan serve

4. Default admin username : admin@admin.com and password : admin

5. After logged in click Storage:link from the right side control bar to link the storage path.


Check Video