mahmoudmohamedramadan / Delivery-Management

The Laravel Delivery Management for professional training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Laravel Delivery Management for professional training.

License:MIT License


Languages

Language:PHP 42.4%Language:CSS 33.8%Language:Blade 22.2%Language:JavaScript 1.6%Language:SCSS 0.0%