An open API service indexing awesome lists of open source software.

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.

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