Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 282 Bytes

setup.md

File metadata and controls

7 lines (7 loc) · 282 Bytes

How to setup the project local

    1. composer install
    2. rename .env.example to .env
    3. key generate using php artisan key:generate
    4. run migration using php artisan migrate
    5. run seed using php artisan db:seed
    6. server using php artisan serve