Kevin Pfeifer
Kevin Pfeifer
E.g. if one has an overwriten/custom `CakeDC\Users\Model\Table\UsersTable` class the IDE Helper Plugin will inject ``` * @extends \CakeDC\Users\Model\Table\UsersTable ``` which does not work for stan since it reports ``` ------...
### Self-Hosted Version 25.6.0 ### CPU Architecture x86_64 ### Docker Version 28.2.2 ### Docker Compose Version 2.36.2 ### Machine Specification - [x] My system meets the minimum system requirements of...
Doing a simple ``` class ConfigChecker { public FTPInterface $ftpCheckObject { get { return $this->ftpCheckObject; } set(FTPInterface $value) { $this->ftpCheckObject = $value; } } } ``` causes the following errors:...
**Is your feature request related to a problem? Please describe.** Our customer's website has around 7000 images in their library with varying sizes. We are currently optimizing the images on...
This is my attempt to automate our outdated docs problem. The workflows should be rather self-explanatory. The new PR template would look like this: --- ### Summary Please describe the...
``` deprecated: 16384 :: Since 5.3.0: Loading plugins with a plugin class named `Plugin` is deprecated. Rename the class to `UsersPlugin` instead. /Users/kevin/Documents/sunlime/alfred/vendor/cakephp/cakephp/src/Core/PluginCollection.php, line: 118 ```
With the latest updates installed I get the following deprecation warning: ``` Since 3.3.0: loadIdentifier() usage is deprecated. Directly pass `'identifier'` config to the Authenticator. /Users/kevin/Documents/sunlime/alfred/vendor/cakedc/users/src/Loader/AuthenticationServiceLoader.php, line: 58 ``` CakePHP...
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Currently the main https://book.cakephp.org supports 5 languages: en, pt, es, ja, fr But translating docs and especially...
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Vitepress currently uses [minisearch](https://github.com/lucaong/minisearch/) as a JS, browser based searche engine. This means we don't need to...
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Currently we not only generate a web version of the CookBook on https://book.cakephp.org/ but also a EPUB...