Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 493 Bytes

CarTrader

This project runs with Laravel version 8.75.

Getting started

Assuming you've already installed on your machine: PHP (>= 7.3.0), Laravel, Composer and Node.js.

# install dependencies
composer install
npm install && npm run dev

# create .env file, fill your database configurations and generate the application key
cp .env.example .env
php artisan key:generate

# seed data
php artisan db:seed