Book rental system help you to manage your book rental business with great ease. The book rental software from Commodityrentals is the most complete online software sales book available on the market especially for book rentals.
- PHP 7.1 or higher;
- PDO-SQLite PHP extension enabled;
- and the [usual Symfony application requirements][2].
Now clone the project from github. git clone https://github.com/dream811/rental_symfony.git
Now that the project is cloned, running the following command should install all the symfony dependencies:
$ composer install
Now configure the .env file under the root project.
Now run this command to run the built-in web server and access the application in your browser at http://localhost:8000:
$ php bin/console server:run
That's it.