https://github.com/bakewizard/bakekit
A full-featured CMS boilerplate for CakePHP 5 with plugins, themes, user roles, menus, widgets, and media uploads.
https://github.com/bakewizard/bakekit
admin-panel backend-framework boilerplate cakephp cms php plugins themes
Last synced: 20 days ago
JSON representation
A full-featured CMS boilerplate for CakePHP 5 with plugins, themes, user roles, menus, widgets, and media uploads.
- Host: GitHub
- URL: https://github.com/bakewizard/bakekit
- Owner: bakewizard
- License: mit
- Created: 2025-04-15T13:09:21.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-06-05T20:34:07.000Z (20 days ago)
- Last Synced: 2026-06-05T22:15:31.292Z (20 days ago)
- Topics: admin-panel, backend-framework, boilerplate, cakephp, cms, php, plugins, themes
- Language: PHP
- Homepage: https://bakewizard.github.io/bakekit/
- Size: 5.89 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BakeKit
[](https://github.com/bakewizard/bakekit)
[](https://php.net)

[](https://phpstan.org/)
[](https://github.com/bakewizard/bakekit/releases)
[](https://github.com/bakewizard/bakekit/blob/develop/LICENSE)
---
**BakeKit** is a developer starter kit for building modern web applications with CakePHP 5.
Think of it as a **CakePHP skeleton application on steroids**.
BakeKit includes:
- Admin panel, authentication, and role management
- Plugin & theme system
- Menu, widget, and settings management
- A ready-to-use CakePHP skeleton application
## Why BakeKit?
Most CakePHP projects start the same way — building the same admin panel, authentication system, and permission logic from scratch, over and over again.
BakeKit is for developers and agencies who want to skip that part and focus on what actually makes their project unique. It is **not meant to dictate how your application should work**. Instead, it gives you the tools needed to build your own system on top of CakePHP.
You remain free to:
- write your own plugins
- customize the admin panel
- design your own themes
- structure your domain logic however you like
## What You Get Out of the Box
BakeKit provides the core infrastructure most applications need:
- **Admin Panel** - a clean backend interface for managing the system.
- **Authentication** - user login and authentication powered by CakePHP.
- **Roles & Permissions** - a flexible role hierarchy with granular access control.
- **Plugin System** - features are packaged as standard CakePHP plugins.
- **Theme System** - frontend layouts and components organized as themes.
- **Menus & Navigation** - dynamic menu management for frontend and backend.
- **Widgets (Cells)** - reusable components that can be placed in regions.
- **Settings** - centralized configuration management.
## Official BakeKit Plugins
Extend your app with ready-made BakeKit plugins:
| Plugin | Description |
|---|---|
| [FileManager](https://github.com/bakewizard/FileManager) | Upload and manage files and images |
| [Pages](https://github.com/bakewizard/Pages) | Static page management |
| [Blogger](https://github.com/bakewizard/Blogger) | Blog engine with posts, categories, tags, and comments |
| [Slideshow](https://github.com/bakewizard/Slideshow) | Image slideshow management |
## Get Started
```bash
composer create-project bakewizard/bakekit myapp
cd myapp
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
bin/cake install
bin/cake server
```
BakeKit uses a **local Composer instance** (`bin/composer.phar`) to manage plugins and themes.
This keeps application dependencies separate from the plugin ecosystem and allows
BakeKit to install, update, or remove plugins without affecting the main project.
## Contributing
BakeKit is actively looking for contributors!
If you're a CakePHP developer (or want to become one), check out the issues and help improve BakeKit.
Even small contributions like fixing typos, writing tests, or improving docs are welcome!
[👉 How to contribute](CONTRIBUTING.md)
## License
[MIT License](LICENSE)
## Ready to Bake?
With BakeKit, you're not starting from zero — you're starting with a warm, extensible CakePHP base, full of tools ready to power your next idea.
> **If you can make it, bake it with BakeKit.**
⭐ If BakeKit saves you time, consider starring the repository and checking out the [documentation](https://bakewizard.github.io/bakekit/).