"Car Rent" is a free, open-source CRM system based on Laravel 5.5 PHP Framework.
This is a system for optimizing a car rental business as a university course project at Vilnius Gediminas technical university, which will help organize the work of a car rental company.
In this version of the system you have such functionality:
- Manage lists of customers, cars and orders
- Possibilities of adding customers, orders and cars
- Ability to edit customer, order and cars information
- System settings tab
- PHP 5.5+
- Composer
- Laravel
- Bootstrap
- To install run the following commands in a working directory:
git clone https://github.com/rengetsu/CarRent_CRM.git
- Now run and make sure you have the composer installed on your machine:
composer install
- Change .env file
- Run
php artisan serve