Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 341 Bytes

santrify-backend

Getting Started

1.Clone this repo

2.Start Laragon/XAMPP then run this command

 composer install
 php artisan key:generate  
 php artisan cache:clear
 php artisan migrate
 php artisan serve
 php artisan jwt:secret
 php artisan storage:link

3.Start the server:

    php artisan serve