Skip to content

mahmoudmohamedramadan/Delivery-Management

Repository files navigation

Delivery Management

Login Page

Purchase Page


🚀 Getting Started

First, after you've cloned this project run the next command

composer install

In addition, you will need to migrate your database, so run the next command

php artisan migrate

Moreover, to link the storage for uploading avatars you'll need to run the next command

php artisan storage:link

If you want to send notifications, do not forget to get PUSHER_APP_ID, PUSHER_APP_KEY, and PUSHER_APP_SECRET via creating a new project in PUSHER, and to login via Facebook you should get FACEBOOK_CLIENT_ID, and FACEBOOK_CLIENT_SECRET from Facebook Developer

FINALLY, run the next command...enjoy 😋

php artisan serve