Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 511 Bytes

Kruhay Animal Clinic (Web)

Tools

-PHP (CodeIgniter)
-MySQL

Setup

  • Run composer install
  • Create database in your local mysql server
  • Adjust the ff. in .env
  APP_ENV=local
  DB_HOST=
  DB_USERNAME=
  DB_PASSWORD=
  DB_NAME=

Server Requirements

PHP version 5.6 or newer is recommended.

It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.