Skip to main content
Back to packages
14,912 GitHub stars

barryvdh/laravel-ide-helper

View on GitHub

Description

This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date.

Usage

Run this to generate autocompletion for Facades. This creates _ide_helper.php

php artisan ide-helper:generate

Run this to add phpdocs for your models. Add -RW to Reset existing phpdocs and Write to the models directly.

php artisan ide-helper:models -RW

Related Content on Laravel Daily

Video

Recent Courses on Laravel Daily

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.