Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

The Laravel Delivery Management for professional training.

License

Notifications You must be signed in to change notification settings

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