julianmc90 / webbake
webbake plugin for cakephp
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-13 19:57:45 UTC
README
This is the web based console for CakePhp3, it makes easier the tasks to bake Controllers, Models, Templates and for baking other things like Components, Plugins Helpers and more...
Requirements
- CakePHP 3.0+
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require julianmc90/webbake:dev-master@dev
When instalation ends put this lines at the end of config/bootstrap.php
Plugin::load('WebBake', ['bootstrap' => false, 'routes' => true]); Configure::write('WebBakeEnabled','true');
finally change the code of the function createFile from the Shell.php File located in your-proyect-name\vendor\cakephp\cakephp\src\Console
at the root of your project to look like the following image, put the highlighted code on the else statement of the new if that reads the WebBakeEnabled and your a ready to go.
How to use
Into your project main go to /web-bake/bake
Example:
your-proyect-name/web-bake/bake