Skip to main content
Back to packages
14,934 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

Laravel 13 Starter Kit Teams and Customizations

10 lessons
33 min

Laravel 13 Eloquent: Expert Level

41 lessons
1 h 34 min

How to Structure Laravel 13 Projects

16 lessons
1 h 32 min read