IdeHelperExtra plugin for CakePHP applications.
- Provides useful Tasks/Addons for IdeHelper
This branch is for use with CakePHP 5.0+. For details see version map.
Supports IDE autocomplete/typehinting of (magic)strings as well as return types/values for:
- Tools plugin
- IconHelper::render() and FontAwesome v4/v5/v6 or Bootstrap icons
- Authentication plugin
- AuthenticationService::loadIdentifier()
- ... and more (using PHPStorm meta file)
See IdeHelper Wiki for details and tips/settings.
You can submit your own tasks either inside your plugin or here as extra.
The addons in this plugin aim to decouple the IdeHelper and other plugins. The dependency even as require-dev can sometimes not be desired. So whenever you want to have the dependency not part of it, you can ask to put things here or make your own addon plugin of sorts.
See the Docs for details.