jorge / cakephp-skeleton
CakePHP Skeleton APP
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- friendsofcake/bootstrap-ui: ~0.3
- itbz/fpdf: 1.7.*
- jorge/cakephp3utilities: dev-master
- jorge/upload: 1.*
- mobiledetect/mobiledetectlib: 2.*
- siezi/cakephp-simple-captcha: dev-master
- tecnickcom/tcpdf: 6.2.*
Requires (Dev)
- cakephp/bake: ~1.0
- cakephp/debug_kit: ~3.0
- psy/psysh: @stable
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 auto-updated.
Last update: 2024-10-28 14:29:41 UTC
README
A skeleton for creating applications with CakePHP 3.0.
Installation
-
Download Composer or update
composer self-update
. -
Run:
composer create-project --prefer-dist --stability=dev jorge/cakephp-skeleton [app_name]
-
Change the default TEMPLATE in: config/paths.php
-
Create database
-
Read and edit
config/app.php
andconfig/app_local.php
and setup the 'Datasources' and any other configuration relevant for your application. -
Run:
bin/cake migrations migrate
-
Ok!