https://github.com/zaitounemohamed/delivery-management-laravel
A simple Laravel-based delivery management website for handling orders, users, and delivery staff. Currently under active development.
https://github.com/zaitounemohamed/delivery-management-laravel
delivery laravel mysql php
Last synced: about 2 months ago
JSON representation
A simple Laravel-based delivery management website for handling orders, users, and delivery staff. Currently under active development.
- Host: GitHub
- URL: https://github.com/zaitounemohamed/delivery-management-laravel
- Owner: ZaitouneMohamed
- Created: 2022-10-08T20:45:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T16:14:44.000Z (about 2 months ago)
- Last Synced: 2025-08-12T18:17:17.653Z (about 2 months ago)
- Topics: delivery, laravel, mysql, php
- Language: PHP
- Homepage:
- Size: 10.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery Management Website
This project is a **Delivery Management Website** built with [Laravel](https://laravel.com/). It is designed to help manage food delivery orders, users, and delivery personnel (livreurs).
## Features
- User registration and authentication
- Food menu and categories management
- Order placement and tracking
- Admin dashboard for managing orders, users, and delivery staff
- Delivery personnel (livreur) dashboard for handling assigned orders
- Messaging system for admin communication## Project Status
> **Note:**
> This project is currently under active development after a long pause. Some features may be incomplete or in progress.## Getting Started
1. **Clone the repository**
2. **Install dependencies**
```sh
composer install
npm install