lorenzo / cakephp3-bookmarker
CakePHP Example App using the Crud plugin
Installs: 333
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 4
Open Issues: 2
Type:project
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- friendsofcake/crud: ~4.0
- mobiledetect/mobiledetectlib: 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: 2020-01-25 12:04:19 UTC
README
This is an example applicaiton that implements the bookmarker tutorial form the CakePHP manual, but using the super powerful Crud plugin.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist -s dev lorenzo/cakephp3-bookmarker [app_name]
.
Configuration
Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.
Run migrations
After setting up the databse, load the tables
bin/cake migrations migrate