99

Product support

Get help in the plugin support forum.

  • Added on Mar 1, 2015
  • Current version: 2.0.0
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

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.

  • Found the plugin useful on 18 Aug, 2020

    Really must have tool for development. Works great, thanks!
    If anyone get the error Method 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' => [],

  • Found the plugin useful on 16 Aug, 2019

    Always use this

  • Found the plugin useful on 14 Jun, 2019

    w

  • Found the plugin useful on 5 Mar, 2018

    Nice plugin but have some issues with "MailQueue" interface when mail queue is used.

  • Found the plugin useful on 28 Apr, 2017

    Completely changes dev'ing with OctoberCMS in PHPStorm - thanks!

  • 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

  • Found the plugin useful on 7 Apr, 2015

    Excellent work, very good!!! Thanks!!!

  • Found the plugin useful on 28 Mar, 2015

    Excellent work. In my generated code, some classes was duplicated, like "Url" => "URL", "Html" => "HTML".

  • 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