Skip to content

Commit 0d897d3

Browse files
mfnppmathis
authored andcommitted
Merge pull request barryvdh#1367 from krsriq/patch-1
2 parents bef7d54 + de03b8a commit 0d897d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ If you need PHPDocs support for Fluent methods in migration, for example
347347
$table->string("somestring")->nullable()->index();
348348
```
349349

350-
After publishing vendor, simply change the `include_fluent` line your `config/ide-helper.php` file into:
350+
After publishing vendor, simply change the `include_fluent` line in your `config/ide-helper.php` file into:
351351

352352
```php
353353
'include_fluent' => true,
@@ -358,7 +358,7 @@ Then run `php artisan ide-helper:generate`, you will now see all Fluent methods
358358
### Auto-completion for factory builders
359359

360360
If you would like the `factory()->create()` and `factory()->make()` methods to return the correct model class,
361-
you can enable custom factory builders with the `include_factory_builders` line your `config/ide-helper.php` file.
361+
you can enable custom factory builders with the `include_factory_builders` line in your `config/ide-helper.php` file.
362362
Deprecated for Laravel 8 or latest.
363363

364364
```php
@@ -396,7 +396,7 @@ app(App\SomeClass::class);
396396
> Note: When you receive a FatalException: class not found, check your config
397397
> (for example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it).
398398
399-
You can change the generated filename via the config `meta_filename`. This can be useful for cases you want to take advantage the PhpStorm also supports the _directory_ `.phpstorm.meta.php/` which would parse any file places there, should your want provide additional files to PhpStorm.
399+
You can change the generated filename via the config `meta_filename`. This can be useful for cases where you want to take advantage of PhpStorm's support of the _directory_ `.phpstorm.meta.php/`: all files placed there are parsed, should you want to provide additional files to PhpStorm.
400400

401401
## Usage with Lumen
402402

0 commit comments

Comments
 (0)