Skip to content

Commit

Permalink
Added link to 'view composer' page from 'providers' page
Browse files Browse the repository at this point in the history
  • Loading branch information
evgpisarchik committed Aug 17, 2018
1 parent 6361b69 commit 5a12e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This service provider only defines a `register` method, and uses that method to
<a name="the-boot-method"></a>
### The Boot Method

So, what if we need to register a view composer within our service provider? This should be done within the `boot` method. **This method is called after all other service providers have been registered**, meaning you have access to all other services that have been registered by the framework:
So, what if we need to register a [view composer](/docs/{{version}}/views#view-composers) within our service provider? This should be done within the `boot` method. **This method is called after all other service providers have been registered**, meaning you have access to all other services that have been registered by the framework:

<?php

Expand Down

0 comments on commit 5a12e59

Please sign in to comment.