This is a car rental management app platform I made mostly using Laravel ^7.24
| Features | Requirements | Install | How to setting | DB Structure | License |
-
Description Dashboard Contains information about all menu. Admin Manage admin and employee roles. Customer Manage about all customers. Car Manage all type of the cars. Transaction Manage about all transactions. Profile Edit user's profile and password. - Car Rental Management Solution
- Open Source
PHP = ^7.2
laravel = ^7.2
laravel-ui = ^2.4
barryvdh/laravel-dompdf = ^2.0
Clone repo
git clone https://github.com/muhammadhabibfery/rent-cars.git
Install Composer
composer update/install
composer install
Install Nodejs
NPM dependencies
npm install
Using Laravel Mix
npm run dev
Go into .env file change Database and Email credentials.
Run the migration
php artisan migrate
Or run the migration with seeder if you want seeding the related data
php artisan migrate --seed
Generate a New Application Key
php artisan key:generate
Create a symbolic link
php artisan storage:link
Copyright (C) 2022 Muhammad Habib Fery.
⬆ back to top