https://github.com/muhammadhabibfery/rent-cars
Laravel Car Rental Management
https://github.com/muhammadhabibfery/rent-cars
laravel-7 laravel-car-rental-management laravel-project php-framework
Last synced: 2 months ago
JSON representation
Laravel Car Rental Management
- Host: GitHub
- URL: https://github.com/muhammadhabibfery/rent-cars
- Owner: muhammadhabibfery
- Created: 2020-09-15T13:16:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:21:18.000Z (over 2 years ago)
- Last Synced: 2025-03-28T11:11:58.399Z (3 months ago)
- Topics: laravel-7, laravel-car-rental-management, laravel-project, php-framework
- Language: PHP
- Homepage:
- Size: 5.05 MB
- Stars: 27
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
# Laravel Car Rental Management Platform
This is a car rental management app platform I made mostly using Laravel ^7.24
| [Features][] | [Requirements][] | [Install][] | [How to setting][] | [DB Structure][] | [License][] |
## Features
- |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. |
- Car Rental Management Solution
- Open Source## Requirements
PHP = ^7.2
laravel = ^7.2
laravel-ui = ^2.4
barryvdh/laravel-dompdf = ^2.0## Install
Clone repo
```
git clone https://github.com/muhammadhabibfery/rent-cars.git
```Install Composer
[Download Composer](https://getcomposer.org/download/)
composer update/install
```
composer install
```Install Nodejs
[Download Node.js](https://nodejs.org/en/download/)
NPM dependencies
```
npm install
```Using Laravel Mix
```
npm run dev
```## How to setting
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
```## Database Structure
## License
> Copyright (C) 2022 Muhammad Habib Fery.
**[⬆ back to top](#laravel-car-rental-management-platform)**[Features]:#features
[Requirements]:#requirements
[Install]:#install
[How to setting]:#how-to-setting
[DB Structure]:#database-structure
[License]:#license