2017 © Pedro Peláez
 

cakephp-plugin webbake

webbake plugin for cakephp

image

julianmc90/webbake

webbake plugin for cakephp

  • Sunday, October 23, 2016
  • by julianmc90
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WebBake plugin for CakePHP

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..., (*1)

Requirements

  • CakePHP 3.0+

Installation

You can install this plugin into your CakePHP application using composer., (*2)

The recommended way to install composer packages is:, (*3)

composer require julianmc90/webbake:dev-master@dev

When instalation ends put this lines at the end of config/bootstrap.php, (*4)

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., (*5)

, (*6)

How to use

Into your project main go to /web-bake/bake Example:, (*7)

your-proyect-name/web-bake/bake

Screenshots

, (*8)

, (*9)

The Versions

23/10 2016

dev-master

9999999-dev

webbake plugin for cakephp

  Sources   Download

MIT

The Requires

 

The Development Requires