Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 584 Bytes

Herfa

-AboutHerfa ................

How to install Herfa ?

1-git clone -b temporary https://github.com/MohamedAttia404/Herfa
2-change folderName to HerfaBackend
3-cd /Herfa
4-composer  install
5-copy (.env.example) and change name to(.env)
6-php artisan key:generate
7-php artisan migrate
8-php artisan db:seed                // to insert admin Details in db
9-php artisan passport:install       // to install Personal Access 
10-php artisan serve

pakages

1-Storage
    -php artisan storage:link
2-Passport