Skip to content

Online Parcel Delivery Site Using Laravel

Notifications You must be signed in to change notification settings

AsifKamalTias/FastExpress

Repository files navigation

Online Parcel Delivery System

Key Processes

-> Authentication

-> Request for delivery by selecting collection & delivery location

-> Confirm Delivery

How to Run this Project?

After cloning from this repository-

  1. Run composer install on your cmd or terminal

  2. Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

  3. Run php artisan key:generate

  4. Run php artisan migrate

  5. Run php artisan serve

About

Online Parcel Delivery Site Using Laravel

Topics

Resources

Stars

Watchers

Forks

Languages