Skip to content

muhammadhabibfery/rent-cars

Repository files navigation

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

composer update/install

composer install

Install Nodejs

Download Node.js

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

Database Structure

License

Copyright (C) 2022 Muhammad Habib Fery.
⬆ back to top

Build Status Total Downloads Latest Stable Version License