Download the PHP package ozee31/cakephp-starter without Composer
On this page you can find all versions of the php package ozee31/cakephp-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ozee31/cakephp-starter
More information about ozee31/cakephp-starter
Files in ozee31/cakephp-starter
Package cakephp-starter
Short Description CakePHP skeleton app
License MIT
Homepage http://cakephp.org
Informations about the package cakephp-starter
CakePHP Application Skeleton whith Twig and Webpack
A skeleton for creating applications with CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
Installation
CakePHP
- Download Composer or update
composer self-update. - Run
php composer.phar create-project --prefer-dist ozee31/cakephp-starter [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 default home page.
Front
Run npm install
Configuration
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
Front
Architecture
- /front/build/* : webpack configuration
- /front/src/* : all front sources (es2015 + scss...)
Debug mode
Run webpack web server with the command npm run dev
Deployment
Run npm run build and change debug mode in app.php
Subdirectory configuration
For exemple if url access is /subdir/ instead of /
change in config/app.php :
and in front/build/config.js
All versions of cakephp-starter with dependencies
cakephp/cakephp Version 3.3.*
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version *
wyrihaximus/twig-view Version ^3.3
daoandco/cakephp-cachecleaner Version ^1.0