tibiasolutions / tibia-clients
Tibia Solutions app
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 3
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- cakephp/cakephp: 3.3.*
- cakephp/localized: ^3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-10-26 20:32:27 UTC
README
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist tibiasolutions/tibia-clients [app_name]
.
If Composer is installed globally, run
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.
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.
Configuration
Read and edit config/app.php
and setup the 'Datasources'
and any other
configuration relevant for your application.