Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudmohamedramadan/delivery-management
The Laravel Delivery Management for professional training.
https://github.com/mahmoudmohamedramadan/delivery-management
ajax bootsrap composer css facebook-developers html hyperpay javascipt laravel laravel-livewire livewire php pusher
Last synced: about 1 month ago
JSON representation
The Laravel Delivery Management for professional training.
- Host: GitHub
- URL: https://github.com/mahmoudmohamedramadan/delivery-management
- Owner: mahmoudmohamedramadan
- License: mit
- Created: 2020-09-22T20:17:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:52:28.000Z (about 1 month ago)
- Last Synced: 2024-10-14T07:22:02.984Z (about 1 month ago)
- Topics: ajax, bootsrap, composer, css, facebook-developers, html, hyperpay, javascipt, laravel, laravel-livewire, livewire, php, pusher
- Language: PHP
- Homepage:
- Size: 400 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delivery Management
![Login Page](https://user-images.githubusercontent.com/48416569/180636827-9985a1c6-7048-4851-aa4e-3a5710743be4.png "Login Page")
![Purchase Page](https://user-images.githubusercontent.com/48416569/131342128-79e5b127-e533-4efc-9170-adaff9d1c318.png "Purchase Page")
- - -
## 🚀 Getting Started
First, after you've cloned this project, you will need to install the dependencies:
```SHELL
composer install
```In addition, migrate your database:
```SHELL
php artisan migrate
```Finally, link the storage for uploading avatars:
```SHELL
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](https://pusher.com/), and to login via **Facebook** you should get `FACEBOOK_CLIENT_ID`, and `FACEBOOK_CLIENT_SECRET` from [Facebook Developer](https://developers.facebook.com/)