Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 999 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 999 Bytes

RFID

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.

Requirements

  • PHP 7.1 or higher;
  • PDO-SQLite PHP extension enabled;
  • and the [usual Symfony application requirements][2].

Installation

Step 1 : Clone the project

Now clone the project from github. git clone https://github.com/dream811/rental_symfony.git

Step 2 : Install dependencies

Now that the project is cloned, running the following command should install all the symfony dependencies:

$ composer install

Step 3 : Configuration

Now configure the .env file under the root project.

Step 4 : Run the 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.