Bake plugin for CakePHP

Repo Url https://github.com/cakephp/bake
Clone Url:
Watchers 38
Issues 21
Forks 39
Last Pushed At 2016-04-12
Tags has:app has:composer has:controller has:helper has:license has:model has:readme has:shell has:table has:tests has:travis has:view keyword:bake license:mit version:4.x
Last fetched: on 1/4/20

Recent Activity

Date Commit Message
2024-07-20 Fix failing test
2024-07-20 Improve bake for Users::login action If the application is using Authentication we can generate a more complete Users::login action that works with the authentication plugin.
2024-07-11 Fix failing test
2024-07-03 Update brick/var-exporter to 0.5.0 and fix deprecations.
2024-07-03 Code style fix
2024-07-03 Also bump nikic/php-parser to the minimum version required by varexporter
2024-07-02 Wrap addPlugin() call in has() check. Cake 5.1 throws exception for duplicate plugin loading and this avoids exception if the TwigView plugin is already loaded from the application.
2024-07-02 Address error reported by static analyzers
2024-07-02 Add logic to command to autodetect Authorization plugin Add the Authorization component if no explicit list of components was requested.
2024-07-02 revert editorconfig
2024-07-02 More newlines
2024-07-02 Fix newlines Remove editorconfig that was doing the wrong thing and removing trailing newlines.
2024-07-02 Update templates for Authorization I had to fix line endings in several files as our templates were missing terminating newlines and that's no way to live.
2024-07-02 Improve enum generation For mapped enums that don't support label() we should not generate a label method call, and expand test coverage. Fixes #989
2024-07-02 Add a method to BakeHelper to check for other plugins. First step to adding authentication and authorization hooks to bake templates.
2024-07-02 Fix tests
2024-07-02 Update fixtures, fix formatting
2024-07-02 Expand coverage
2024-07-02 Clarify folder
2024-07-02 Ignore vendor everywhere This will also ignore the vendor folder generated in the test app during test execution.
2024-07-02 Address error reported by static analyzers