PHPackages                             davidyell/nice-admin-bake-scripts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. davidyell/nice-admin-bake-scripts

AbandonedArchivedCakephp-plugin[Admin Panels](/categories/admin)

davidyell/nice-admin-bake-scripts
=================================

NiceAdminBakeTheme plugin for CakePHP

3.1.0(6y ago)1415.8k↓34.6%6[2 issues](https://github.com/davidyell/CakePHP-NiceAdminBakeScripts/issues)GPL-3.0PHPPHP &gt;=7.0

Since Feb 18Pushed 6y ago3 watchersCompare

[ Source](https://github.com/davidyell/CakePHP-NiceAdminBakeScripts)[ Packagist](https://packagist.org/packages/davidyell/nice-admin-bake-scripts)[ RSS](/packages/davidyell-nice-admin-bake-scripts/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (20)Used By (0)

Nice Admin Bake Theme
=====================

[](#nice-admin-bake-theme)

A custom theme using Twitter Bootstrap to bake admin templates in [CakePHP 3](https://github.com/cakephp/cakephp), using the [CakePHP Bake](https://github.com/cakephp/bake) plugin.

Requirements
------------

[](#requirements)

- CakePHP 3
- PHP 5.6+

What is it?
-----------

[](#what-is-it)

This is a theme for the [CakePHP/Bake plugin](https://github.com/cakephp/bake) which will customise the code which is generated. I've made it because I don't like the default bake theme, or the fact that it outputs the actions sidebar.

Plus I tend to use [Twitter Bootstrap](http://getbootstrap.com/) to make my admin areas so this theme will leverage that front-end framework.

Installation
------------

[](#installation)

You should install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is using,

```
composer require davidyell/nice-admin-bake-scripts
```

Setup
-----

[](#setup)

In your `config/bootstrap.php` you'll need to load the plugin with `Plugin::load('NiceAdminBakeTheme');`

In your admin layout, you'll need to include the theme and javascript if you're using [Twitter Bootstrap](http://getbootstrap.com/). This snippet also includes [jQuery](http://jquery.com/), so if you've already loaded that, please remove that line.

```
// In the head of your layout
