boleiros / ninja-cms
NinjaCMS
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Type:cakephp-cms
Requires
- php: >=5.6
- cakephp/cakephp: 3.4.*
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- maiconpinto/cakephp-adminlte-theme: dev-master
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2025-03-14 21:07:13 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require boleiros/kraken
Configuration
- Read and edit
config/app.php
and setup the 'Datasources' and any other. - Edit to your settings the file located in:
config/ninja_cms.php
. - You need to run
bin/cake migrations seed
to perform all seeds orbin/cake migrations seed --seed UsersSeed
to perform a specific seed.
Run Migrations
bin/cake migrations migrate
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.