ritaco / app
Rita 3 skeleton app
3.0.0-RC2
2015-02-07 01:22 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: 3.0.*-dev
- cakephp/migrations: dev-master
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: dev-master
- cakephp/debug_kit: 3.0.*-dev
- d11wtq/boris: 1.0.*
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2026-03-14 23:59:56 UTC
README
A skeleton for creating applications with Rita + CakePHP 3.0.
Installation
- Download Composer or update
composer self-update. - Run
php composer.phar create-project --prefer-dist ritaco/app [app_name].
If Composer is installed globally, run
composer create-project --prefer-dist ritaco/app [app_name]
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Configuration
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.