Download the PHP package davidyell/cakephp3 without Composer
On this page you can find all versions of the php package davidyell/cakephp3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidyell/cakephp3
More information about davidyell/cakephp3
Files in davidyell/cakephp3
Download davidyell/cakephp3
More information about davidyell/cakephp3
Files in davidyell/cakephp3
Vendor davidyell
Package cakephp3
Short Description CakePHP skeleton app
License MIT
Homepage http://cakephp.org
Package cakephp3
Short Description CakePHP skeleton app
License MIT
Homepage http://cakephp.org
Please rate this library. Is it a good library?
Informations about the package cakephp3
Daves CakePHP 3 Application Skeleton
A skeleton for creating applications with CakePHP 3.0.
The framework source code can be found here: cakephp/cakephp.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist davidyell/cakephp3 [app_name]
.
If Composer is installed globally, run
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.
What's included
A number of plugins are included by default.
Included cache configs
- 30min - 30 minutes
- hour - 1 hour
- short - 3 hours
- halfday - 12 hours
- day - 24 hours
All versions of cakephp3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.16
cakephp/cakephp Version 3.0.*-dev
mobiledetect/mobiledetectlib Version 2.*
cakephp/debug_kit Version 3.0.*-dev
cakephp/cakephp Version 3.0.*-dev
mobiledetect/mobiledetectlib Version 2.*
cakephp/debug_kit Version 3.0.*-dev
The package davidyell/cakephp3 contains the following files
Loading the files please wait ....