The code is a website that displays cars for sale, and the buyer inquires about the specifications of the existing cars added by the seller, and also when an order is submitted by the buyer, the requests are sent to the buyer for approval and the sales contract is printed.
have 3 multiple role admin.agent,customer
- cd carDeal
- composer install
- copy .env.example to .env
- php artisan key:generate
- create database name car_deal on xampp server http://localhost/phpmyadmin/index.php?route=/server/databases.
- php artisan migrate:fresh
- php artisan db:seed
- php artisan serve
- http://localhost:8000 on browser
- You have two accounts to login email : administrator@gmail.com | password : administrator.
- agent account,customer account