2017 © Pedro Peláez
 

project tibia-clients

Tibia Solutions app

image

tibiasolutions/tibia-clients

Tibia Solutions app

  • Wednesday, November 29, 2017
  • by brunominervino
  • Repository
  • 1 Watchers
  • 6 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Tibia Clients

Build Status Total Downloads License, (*1)

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist tibiasolutions/tibia-clients [app_name].

If Composer is installed globally, run, (*2)

composer create-project --prefer-dist tibiasolutions/tibia-clients [app_name]

You should now be able to visit the path to where you installed the app and see the default home page., (*3)

Update

Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually., (*4)

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application., (*5)

The Versions