Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arodu/cakephp-mazer-templates
https://github.com/arodu/cakephp-mazer-templates
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arodu/cakephp-mazer-templates
- Owner: arodu
- Created: 2024-04-28T18:06:28.000Z (8 months ago)
- Default Branch: 1.next-cake5
- Last Pushed: 2024-12-26T00:41:31.000Z (9 days ago)
- Last Synced: 2024-12-26T01:23:29.502Z (9 days ago)
- Language: JavaScript
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mazer templates plugin for CakePHP
> [!WARNING]
> This plugin is under development and not ready for production.## Table of contents
- [Mazer templates plugin for CakePHP](#mazer-templates-plugin-for-cakephp)
- [Table of contents](#table-of-contents)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Configuration](#configuration)## Dependencies
- [Mazer Dashboard 2.x](http://zuramai.github.io/mazer), free Bootstrap 5 Admin Dashboard Template.
- [Bootstrap 5](https://getbootstrap.com/docs/5.0/getting-started/introduction/), the world’s most popular front-end open source toolkit.
- [FriendsOfCake/bootstrap-ui](https://github.com/FriendsOfCake/bootstrap-ui), Transparently use Bootstrap 5 with CakePHP 5.## Installation
You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).
The recommended way to install composer packages is:
```bash
composer require arodu/mazer-templates
```## Configuration
You can load the plugin using the shell command:
```bash
bin/cake plugin load MazerTemplates
bin/cake plugin load BootstrapUI
```