Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 268 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 268 Bytes

How to install

First copy .env.example file to .env. Then simply clone this repository and setup your database credentials in .env. Now do the following steps

  • Update Composer by running composer update
  • Run php artisan migrate

That's all. Thanks.