Skip to content

Commit 0b2eeb4

Browse files
authored
Make all "note" in README apply quote style (#1590)
Now, those "note" stand out in text sea
1 parent 4ad74ba commit 0b2eeb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ _Check out [this Laracasts video](https://laracasts.com/series/how-to-be-awesome
7676
- `php artisan ide-helper:meta` - [PhpStorm Meta file](#phpstorm-meta-for-container-instances)
7777

7878

79-
Note: You do need CodeComplice for Sublime Text: https://github.com/spectacles/CodeComplice
79+
> Note: You do need CodeComplice for Sublime Text: https://github.com/spectacles/CodeComplice
8080
8181
### Automatic PHPDoc generation for Laravel Facades
8282

@@ -86,7 +86,7 @@ You can now re-generate the docs yourself (for future updates)
8686
php artisan ide-helper:generate
8787
```
8888

89-
Note: `bootstrap/compiled.php` has to be cleared first, so run `php artisan clear-compiled` before generating.
89+
> Note: `bootstrap/compiled.php` has to be cleared first, so run `php artisan clear-compiled` before generating.
9090
9191
This will generate the file `_ide_helper.php` which is expected to be additionally parsed by your IDE for autocomplete. You can use the config `filename` to change its name.
9292

@@ -115,7 +115,7 @@ You can use an in-memory SQLite driver by adding the `-M` option.
115115

116116
If you use [real-time facades](https://laravel.com/docs/master/facades#real-time-facades) in your app, those will also be included in the generated file using a `@mixin` annotation and extending the original class underneath the facade.
117117

118-
**Note**: this feature uses the generated real-time facades files in the `storage/framework/cache` folder. Those files are generated on-demand as you use the real-time facade, so if the framework has not generated that first, it will not be included in the helper file. Run the route/command/code first and then regenerate the helper file and this time the real-time facade will be included in it.
118+
> **Note**: this feature uses the generated real-time facades files in the `storage/framework/cache` folder. Those files are generated on-demand as you use the real-time facade, so if the framework has not generated that first, it will not be included in the helper file. Run the route/command/code first and then regenerate the helper file and this time the real-time facade will be included in it.
119119
120120
You can choose to include helper files. This is not enabled by default, but you can override it with the `--helpers (-H)` option.
121121
The `Illuminate/Support/helpers.php` is already set up, but you can add/remove your own files in the config file.
@@ -382,7 +382,7 @@ app(App\SomeClass::class);
382382
```
383383

384384
> Note: You might need to restart PhpStorm and make sure `.phpstorm.meta.php` is indexed.
385-
>
385+
386386
> Note: When you receive a FatalException: class not found, check your config
387387
> (for example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it).
388388

0 commit comments

Comments
 (0)