Skip to content

trosales22/kruhay-animal-clinic

Repository files navigation

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.