rent cars
1.0.0
This is a car rental management app platform I made mostly using Laravel ^7.24
| Features | Requirements | Install | How to setting | DB Structure | License |
Menu |
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. |
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
Download Composer
composer update/install
composer install
Install Nodejs
Download Node.js
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