arodu / mazer-templates
MazerTemplates plugin for CakePHP
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.1
- friendsofcake/bootstrap-ui: ^5.0
Requires (Dev)
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-12-09 13:33:59 UTC
README
Warning
This plugin is under development and not ready for production.
Table of contents
Dependencies
- Mazer Dashboard 2.x, free Bootstrap 5 Admin Dashboard Template.
- Bootstrap 5, the world’s most popular front-end open source toolkit.
- FriendsOfCake/bootstrap-ui, Transparently use Bootstrap 5 with CakePHP 5.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require arodu/mazer-templates
Configuration
You can load the plugin using the shell command:
bin/cake plugin load MazerTemplates bin/cake plugin load BootstrapUI