You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing Grids on Laravel 5.2. When I add service provider to app.php, I get this error: Call to undefined method ViewComponents\Grids\ServiceProvider::isDeferred()
I looked around and found view-components/grids/src/ServiceProvider.php is declaring a ServiceProvider class. I think it should has another name like GridsServiceProvider and extend Illuminate\Support\ServiceProvider.
The text was updated successfully, but these errors were encountered:
Hi!
You don't need to add any service-providers from view-components package to Laravel's app.php, that classes are used internally by view-components.
I'm installing Grids on Laravel 5.2. When I add service provider to
app.php
, I get this error:Call to undefined method ViewComponents\Grids\ServiceProvider::isDeferred()
I looked around and found
view-components/grids/src/ServiceProvider.php
is declaring aServiceProvider
class. I think it should has another name likeGridsServiceProvider
and extendIlluminate\Support\ServiceProvider
.The text was updated successfully, but these errors were encountered: