mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Add gist
This commit is contained in:
@@ -21,6 +21,8 @@ It's possible to generate a PhpStorm meta file, to [add support for factory desi
|
|||||||
app('events')->fire();
|
app('events')->fire();
|
||||||
\App::make('events')->..
|
\App::make('events')->..
|
||||||
|
|
||||||
|
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: 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.
|
||||||
> Note: When you receive a FatalException about a class that is not found, check your config (For example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it.)
|
> Note: When you receive a FatalException about a class that is not found, check your config (For example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it.)
|
||||||
|
|||||||
Reference in New Issue
Block a user