Skip to content

mahmoudmohamedramadan/Delivery-Management

Repository files navigation

Delivery Management

Login Page

Purchase Page


🚀 Getting Started

First, after you've cloned this project, you will need to install the dependencies:

composer install

In addition, migrate your database:

php artisan migrate

Finally, link the storage for uploading avatars:

php artisan storage:link

Important

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