Skip to content

Commit a3f3fbd

Browse files
committed
add bold headings
1 parent 398f14b commit a3f3fbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Require the package in your composer setup.
1919
composer require zschuessler/laravel-route-to-class
2020
```
2121

22-
Add the service provider to your app configuration
22+
**Add the service provider to your app configuration**
2323

2424
Add the following line under the `providers` array key in *app/config.php*:
2525

@@ -30,14 +30,16 @@ Add the following line under the `providers` array key in *app/config.php*:
3030
Zschuessler\RouteToClass\ServiceProvider::class,
3131
```
3232

33-
Publish the configuration file
33+
**Publish the configuration file**
3434

3535
Run the following command in the root directory of your project:
3636

3737
```php
3838
php artisan vendor:publish --provider="Zschuessler\RouteToClass\ServiceProvider"
3939
```
4040

41+
**Use In Layout**
42+
4143
You now have access to a shared view variable function `$generate_route_body_classes`.
4244

4345
Use it in any of your views like so:

0 commit comments

Comments
 (0)