-
The default output in swagger.json is generated like this:
get:
operationId: actors:index:get
summary: operation title
description: a description
tags:
- In…
-
It would be nice, if this plugin provided a bake theme.
https://book.cakephp.org/bake/1.x/en/development.html#creating-a-bake-theme
Instead of ``php bin/cake.php bake fixture ModelName`` one cou…
-
Another question, or perhaps a suggestion for improvement.
Is it possible to set an OpenAPISchemaProperty as an object that references another OpenAPISchema like this?
```
namespace ApiPlugin\M…
-
Hi,
I'm facing two errors on baking index templates with the actual theme.
I run `bin/cake bake template Roles index -f --theme AdminLTE` and the template is build. But the build-process shows som…
-
How to reproduce:
1) For example add following line at the end of your `AppController::initialize()`
```php
debug($this->Crud->isActionMapped());
```
2) Bake any controller (confirm that you …
-
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 4.1.1
* Migrations plugin version: 3.0.0
* Bake plugin version (if relevant): 2.1.2
…
-
This is a (multiple allowed):
* [] bug
* [ ] enhancement
* [x] feature-discussion (RFC)
* CakePHP Version: 3.6.0.
* Migrations plugin version: 2.0.0.
* Bake plugin version (if relevant): 1.8.0…
-
## 課題
twig や Class など、vendor 配下からコピーしてきて継承しているクラスがある。
これらのファイルは、bake や CakePHP のバージョンアップでの変更に追随する必要がある。
## 起きていること
以下のような不都合が生じる。
https://github.com/LancersDevTeam/cakephp-generation-gap-patter…
-
I am trying to use phpcomplete-extended with a cake php project however I cannot get the index to be generated...
Here is the output I get:
``` php
PHP Fatal error: Call to undefined function __d()…
-
### Description
Bake could be expanded to include behavior for other core plugins. We could enable this behavior in a generic way so that users could use it in any custom templates they may have.
…