Build Status Total Downloads Latest Stable Version License

Assignment Project

1

2

3

4

  1. clone code from repositry.
  2. run composer install or composer update in cmd/terminal to install dependencies.
  3. run cp .env.example .env in cmd/terminal to copy .env from .env.example.
  4. run php artisan key:generate to generate laravel security key.
  5. setup database by .env file.
  6. run php artisan migrate to run migration.