mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-22 03:53:08 +00:00
Update readme
This commit is contained in:
@@ -21,11 +21,13 @@ It's possible to generate a PhpStorm meta file, to [add support for factory desi
|
|||||||
php artisan ide-helper:meta
|
php artisan ide-helper:meta
|
||||||
|
|
||||||
app('events')->fire();
|
app('events')->fire();
|
||||||
\App::make('events')->..
|
\App::make('events')->fire();
|
||||||
|
|
||||||
|
/** @var \Illuminate\Foundation\Application $app */
|
||||||
|
$app->make('events')->fire();
|
||||||
|
|
||||||
Pre-generated example: https://gist.github.com/barryvdh/bb6ffc5d11e0a75dba67
|
Pre-generated example: https://gist.github.com/barryvdh/bb6ffc5d11e0a75dba67
|
||||||
|
|
||||||
> Note: This is only available in the `@dev` stability, until a new release is tagged.
|
|
||||||
> Note: You might need to restart PhpStorm and make sure `.phpstorm.meta.php` is indexed.
|
> Note: You might need to restart PhpStorm and make sure `.phpstorm.meta.php` is indexed.
|
||||||
|
|
||||||
### Automatic phpDoc generation for Laravel Facades
|
### Automatic phpDoc generation for Laravel Facades
|
||||||
|
|||||||
Reference in New Issue
Block a user