SIMPLE RENT A CAR SYSTEM
- I did simple crud operations.
- It has the features of adding, deleting and deactivating vehicles.
- Customer login and admin login.
- Booking confirmation and deletion
Laravel and MySQL used.
For Installation
- Create database name
"rentacar"
- And use composer
php artisan migrate
- You can serve your project.
- enjoy!