Winter CMS plugin to make development easier by providing IDE helpers
flynsarmy/wn-idehelper-plugin is a Laravel package for winter cms plugin to make development easier by providing ide helpers.
It currently has 4 GitHub stars and 3.131 downloads on Packagist.
Install it with composer require flynsarmy/wn-idehelper-plugin.
Discover more Laravel packages by flynsarmy
or browse all Laravel packages to compare alternatives.
Last updated
This plugin adds barryvdh/ide-helpers package to October for better IDE support.
composer.json. "repositories": [
{
"type": "vcs",
"url": "https://github.com/Flynsarmy/wn-idehelper-plugin"
}
],
composer require --dev flynsarmy/wn-idehelper-plugin "dev-master"git clone into /plugins/flynsarmy/idehelpercomposer installphp artisan ide-helper:generateNo configuration is necessary, but for use of php artisan ide-helper:models you may need to edit /config/config.php to include the model files you wish to be scanned.