LaravelPackages.net
Acme Inc.
Toggle sidebar
flynsarmy/wn-idehelper-plugin

Winter CMS plugin to make development easier by providing IDE helpers

3.131
4
About flynsarmy/wn-idehelper-plugin

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

IDE Helpers

This plugin adds barryvdh/ide-helpers package to October for better IDE support.

Installation

Via Composer

  • Add repository to composer.json.
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Flynsarmy/wn-idehelper-plugin"
        }
    ],
  • composer require --dev flynsarmy/wn-idehelper-plugin "dev-master"

Manually

  • git clone into /plugins/flynsarmy/idehelper
  • composer install
  • php artisan ide-helper:generate

Configuration

No 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.

TODO

  • Auto clear-compiled/generate/optimize after update
Comments