Skip to content

Oecophyllaa/rent-car

Repository files navigation

Run Locally

Clone the project

  git clone https://github.com/Oecophyllaa/rent-car.git

Go to the project directory

  cd rent-car

Install dependencies

  composer install
  npm install
  npm run build

Setup environment

  cp .env.example .env
  php artisan key:generate
  php artisan migrate

Start the server

  php artisan serve

About

Simple Car Rentalation Website using Laravel 9

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published