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