Skip to content

beamdia/CarRental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarRental

CarRental is a web application designed to manage car rental organizations. This is a gracious realization of La Coopérative des Tilleuls originally intended for the association Auto Solidaire (Roubaix, France).

This free software is built using Symfony2 and the Sonata Project.

Features

  • Manage rentals
  • Manage customers
  • Manage vehicle park
  • Mange system users

Installation

Copy app/config/parameters.ini-dist to app/config/parameters.ini and edit it to match your database credentials.

Install the vendors:

php bin/vendors install --reinstall

Generate bootstrap files:

php vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php

Create the database schema:

php app/console doctrine:schema:create

Load the fixtures:

php app/console doctrine:fixtures:load

Create your admin account:

php app/console fos:user:create --super-admin kevin [email protected] mypassword

Install assets:

php app/console assets:install web/

Go to https://localhost/ and enjoy.

License

This bundle is under the AGPL v3 license. See the complete license in the file LICENSE.

About

Car Rental Park management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.3%
  • HTML 12.4%
  • CSS 0.3%