Requirements
- Apache Server
- php >= 7
- PostgreSQL\MySQL
- composer
Steps
- Clone this repository:
$ git clone https://github.com/alvibd/iwshoteldetails.gitor download zip - cd to project directory:
$ cd iwshoteldetails - create .env:
$ cp .env.example .envfor windows :copy .env.example .env - set database configurations in .env
- set SSL_CERT to the file path of the cacert.pem in .env file
- install all the requirements:
$ composer install - run
$ php -S localhost:8000 -t publicenjoy start the server and enjoy