bdogan / back-office
BackOffice plugin for CakePHP
dev-master
2020-08-29 07:08 UTC
Requires
- cakephp/cakephp: ^4.1
- wyrihaximus/twig-view: ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2026-03-01 00:29:02 UTC
README
BackOffice plugin gives a toolbox for developing ControlPanel who using CakePHP. It provides;
- Theme support
- Layouts
- Elements
- Flash Messages
- Builtin Useful Pages (Login, Logout etc..)
- Common Entities
- User
- UserGroup
- Migration support
- Commands
- Create new user
- Change password existing user
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require bdogan/back-office