Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
$ composer require --dev barryvdh/laravel-ide-helper |
설치후에 AppServiceProvider.php 에 ide-helper 등록
Code Block | ||
---|---|---|
| ||
public function register() { if ($this->app->isLocal()) { $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); } } |
...
- _ide_helper.php
- _ide_helper_models.php
- .phpstorm.meta.php