Support the ongoing development of Laravel.io →
posted 11 years ago
Packages

Laravel IDE Helper Generator

Latest Stable Version Total Downloads

Complete phpDocs, directly from the source

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. If you don't want to generate it, you can add a pre-generated file to the root folder of your laravel project. (But this isn't as up-to-date as self generated files)

Automatic phpDocs for Models

If you don't want to write your properties yourself, you can use the command ide-helper:models to generate phpDocs, based on table columns, relations and getters/setters.

See the installation/configuration here: https://github.com/barryvdh/laravel-ide-helper

Last updated 3 years ago.
0

The IDE-Helper will now detect some Interfaces and replace those with the real classes. You can also add your own interfaces. This means you can let the ide-helper replace \Illuminate\Auth\UserInterface with \User, so Auth::user() will return your real User class :)

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

barryvdh barryvdh Joined 11 Dec 2013

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.