Skip to content

alihesahm/TripBuddy

Repository files navigation

TripBuddy

Development environment setup

  1. clone the repo
  2. make shor you have php and composer and mysql installed in your device
  3. cope .env.example to .env file for linex
cp .env.example .env

for window

copy .env.example .env
  1. install the require
composer install
  1. create the database and the table and seed it
php artisan migrate --seed
  1. run the server
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published