PHPackages                             mortenscheel/laravel-ide-helper-plus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mortenscheel/laravel-ide-helper-plus

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mortenscheel/laravel-ide-helper-plus
====================================

An automation extension for barryvdh/laravel-ide-helper.

0.3.1(6y ago)12152[1 issues](https://github.com/mortenscheel/laravel-ide-helper-plus/issues)[4 PRs](https://github.com/mortenscheel/laravel-ide-helper-plus/pulls)MITPHP

Since Sep 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mortenscheel/laravel-ide-helper-plus)[ Packagist](https://packagist.org/packages/mortenscheel/laravel-ide-helper-plus)[ Docs](https://github.com/mortenscheel/laravel-ide-helper-plus)[ RSS](/packages/mortenscheel-laravel-ide-helper-plus/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (7)Versions (8)Used By (0)

Laravel IDE Helper Plus
=======================

[](#laravel-ide-helper-plus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a4c5061d23fcc9444a5d8f8338e5b25ec09d2ae1bc51b6dced34c53661f59e21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f7274656e73636865656c2f6c61726176656c2d6964652d68656c7065722d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortenscheel/laravel-ide-helper-plus)[![Total Downloads](https://camo.githubusercontent.com/1adedc01fc2c205fba6eb8ccc5b71479fefe3c223be2dc9b48d6ce287d779043/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f7274656e73636865656c2f6c61726176656c2d6964652d68656c7065722d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortenscheel/laravel-ide-helper-plus)

This package is an extension for Barry vd. Heuvel's [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper), adding some convenient automation features:

- If an Eloquent model's underlying table is modified through a migration, automatically execute `php artisan ide-helper:models App\AffectedModel` after the migration has completed.
- Automatically execute `php artisan ide-helper:generate` and/or `php artisan ide-helper:meta` when composer packages are changed (without having to edit the scripts in `composer.json`)

I've submitted a [pull-request](https://github.com/barryvdh/laravel-ide-helper/pull/797) adding these features to the original package, but since there has been no response in several months, I've decided to release them as a separate package.

Installation
------------

[](#installation)

Via Composer

```
$ composer require --dev mortenscheel/laravel-ide-helper-plus
```

Publish config

```
$ php artisan vendor:publish --tag ide-helper-plus
```

Default configuration

```
