-
_From @aaronstillwell on June 6, 2017 17:46_
This is a (multiple allowed):
* [ ] bug
* [x] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.x
* Platform and Target: -
### W…
-
@ryuring
BcBake 5.1.x
baser-core 5.1.2
で bake bc_plugin を実行したところ以下のエラーで動きませんでした。
```php
2024-09-16 17:20:41 error: [Error] Class "Cake\Filesystem\Filesystem" not found in /var/www/html/plugin…
-
After the upgrade of PHPStan 2.0 I'm unable to run phpstan.
```
"cakedc/cakephp-phpstan": "^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
```
PS: I'm able to use the …
-
[[公式ドキュメント]CakePHPチュートリアル - 認証](https://book.cakephp.org/4/ja/tutorials-and-examples/cms/authentication.html)
-
I think it would be really useful to have a way to add a custom column name data type when using `addColumn()`. This would then make it so it could be aliased to an actual data type.
For example wit…
-
The current state of this plugin isn't mentioned anywhere. Also, there is no roadmap, as it seems.
For example, there hasn't been a single release, yet. Not even an alpha release.
-
It would be cool to give people insight into how to get started using a plugin. For example, screenshots if appropriate, or a "quick start guide." Ideally, it would something easy to grok for new user…
-
When using `migration_diff` with `--plugin` option is creates migrations for all tables in the db instead of just the tables for which Table classes are present in the plugin. It would except it to on…
ADmad updated
8 months ago
-
### Description
```
protected function setUp(): void {
parent::setUp();
$this->loadPlugins(['Bake', 'Cake/TwigView', 'Migrations', 'Shim']);
$this->task = new PluginTask();
}
```
I…
-
I have composer **composer --version**
`Composer version 2.0.7 2020-11-13 17:31:06
`
run command `composer create-project croogo/app myapp`
and have errors to console
```javascript
- Ins…