From 5a12e590728ae66bdde74356351fd7f0ef9e5091 Mon Sep 17 00:00:00 2001 From: Eugene Pisarchik Date: Fri, 17 Aug 2018 17:39:00 +0300 Subject: [PATCH] Added link to 'view composer' page from 'providers' page --- providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.md b/providers.md index 1f59fa08363..eba94e3b89b 100644 --- a/providers.md +++ b/providers.md @@ -61,7 +61,7 @@ This service provider only defines a `register` method, and uses that method to ### 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: