Download the PHP package scherersoftware/cake-app-template without Composer
On this page you can find all versions of the php package scherersoftware/cake-app-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scherersoftware/cake-app-template
More information about scherersoftware/cake-app-template
Files in scherersoftware/cake-app-template
Package cake-app-template
Short Description scherer software CakePHP skeleton app
License MIT
Homepage https://scherer-software.de
Informations about the package cake-app-template
Pre-Configured Application Template for CakePHP 3
Installation
This is just a brief installation guide. A much more detailed version will be available soon:
Use composer to install the package:
$ composer create-project scherersoftware/cake-app-template <project-name>
Stuff like MySQL user and password is configured by using PHP Dotenv.
Be sure to set SESSION_COOKIE_NAME
and MAIN_DOMAIN
in the .env
, as these values are mandatory for a correct session setup.
Next, setup your database. We're using cakephp/migrations for that:
$ bin/cake migrations migrate
Also run the migrations from Josegonzalez/CakeQueuesadilla, as we use this plugin to send out the restore password emails.
$ bin/cake migrations migrate -p Josegonzalez/CakeQueuesadilla
For the ModelHistory you have to run these migrations:
$ bin/cake migrations migrate -p ModelHistory
Now seed the database with a default user
$ bin/cake migrations seed
Default email: [email protected]
, default password: password
Be sure to have npm
installed and make sure afterwards bower
is installed globally:
Now we have to install some npm packages and the bower dependencies:
Install the bower dependencies:
$ bower install
Credits
This template is based on the CakePHP Application Skeleton
Also, we're using the following awesome open-source projects:
All versions of cake-app-template with dependencies
cakephp/cakephp Version 3.4.*
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/bake Version ~1.2
cakephp/plugin-installer Version *
codekanzlei/cake-auth-actions Version 1.0.*
codekanzlei/cake-list-filter Version 1.3.*
codekanzlei/cake-cktools Version 1.2.*
codekanzlei/cake-frontend-bridge Version 1.4.*
codekanzlei/cake-attachments Version 1.1.*
codekanzlei/cake-notifications Version v2.2.*
codekanzlei/cake-model-history Version 2.2.*
codekanzlei/cake-bootstrap3 Version 1.1.*
scherersoftware/cake-monitor Version 1.2.*
scherersoftware/cakephp-schema Version 1.0.*
scherersoftware/cake-api-baselayer Version 1.0.*
scherersoftware/cake-language-switcher Version 1.0.*
markstory/asset_compress Version 3.2.*
tedivm/jshrink Version 1.1.*
friendsofcake/bootstrap-ui Version 1.2.*
admad/cakephp-glide Version 2.0.*
josegonzalez/dotenv Version 2.0.*
beberlei/assert Version 2.6.