This plugin is RC Compatible.
This plugin aids in development by providing IDE helpers for many of Laravel and October's facades. This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are alway up-to-date.
Checkout this Laracasts video for a quick introduction/explanation!
After installation, run artisan ide-helper:generate
. This plugin generates an _ide_helper.php file in your October CMS root directory which is used by your IDE to provide better helpers, so this directory will need to be writeable.
For more information see barryvdh/laravel-ide-helper.
-
Adil Chehabi
Found the plugin useful on 18 Aug, 2020
Really must have tool for development. Works great, thanks!
If anyone get the errorMethod Monolog\Logger::addDebug() does not exist
, replace in the config file'magic' => [ 'Log' => [ 'debug' => 'Monolog\Logger::addDebug', 'info' => 'Monolog\Logger::addInfo', 'notice' => 'Monolog\Logger::addNotice', 'warning' => 'Monolog\Logger::addWarning', 'error' => 'Monolog\Logger::addError', 'critical' => 'Monolog\Logger::addCritical', 'alert' => 'Monolog\Logger::addAlert', 'emergency' => 'Monolog\Logger::addEmergency', ], ],
with an empty array:
'magic' => [],
-
Ompmega
Found the plugin useful on 16 Aug, 2019
Always use this
-
caojinsheng
Found the plugin useful on 14 Jun, 2019
w
-
Alex
Found the plugin useful on 5 Mar, 2018
Nice plugin but have some issues with "MailQueue" interface when mail queue is used.
-
Jonathan Irwin
Found the plugin useful on 28 Apr, 2017
Completely changes dev'ing with OctoberCMS in PHPStorm - thanks!
-
Ivan Boldyrev
Found the plugin useful on 3 Dec, 2016
I have 2 Exception on run command: php artisan ide-helper:generate
PDOException: SQLSTATE[HY000] [2002] No such file or directory Please configure your database connection correctly, or use the sqlite memory driver (-M). Skipping \October\Rain\Support\Facades\Schema. PDOException: SQLSTATE[HY000] [2002] No such file or directory Please configure your database connection correctly, or use the sqlite memory driver (-M). Skipping \RainLab\User\Facades\Auth. A new helper file was written to _ide_helper.php
-
hanhan
Found the plugin useful on 7 Apr, 2015
Excellent work, very good!!! Thanks!!!
-
Alvaro Cánepa
Found the plugin useful on 28 Mar, 2015
Excellent work. In my generated code, some classes was duplicated, like "Url" => "URL", "Html" => "HTML".
-
Michal Gallovic
Found the plugin useful on 3 Mar, 2015
Really great addition to development with PHPStorm. Works great, thanks!
-
2.0.0 |
!!! Support October CMS Laravel 6 update. **Requires PHP 7.2.9 or above** Aug 19, 2020 |
---|---|
1.0.9 |
Fix config file to automatically locate model directories Aug 25, 2019 |
1.0.8 |
Specify exact laravel-ide-helper version (2.4.1) to be compatible with October Jun 24, 2019 |
1.0.7 |
Updated to laravel-ide-helper v2.4 Mar 12, 2018 |
1.0.6 |
Updating to laravel-ide-helper v2.3.* May 22, 2017 |
1.0.5 |
Now using OctoberCMS query builder classes and bump ide helper version Jan 24, 2016 |
1.0.4 |
Support ide-helper:models artisan command Sep 04, 2015 |
1.0.3 |
Bump IDE Helper version Aug 20, 2015 |
1.0.2 |
Auto-gen helpers Feb 27, 2015 |
1.0.1 |
First version of IdeHelper Feb 27, 2015 |