Willfrans Varón Sáenz
Willfrans Varón Sáenz
@patieru12 It works, thanks!
In my case, I'm using a multi-tenancy system, this package required some special settings in the RouteServiceProvider and actually I'm using a routes/tenant.php file to manage routes api, so I've...
This statement was removed. Old: $this->app['foo'] = $this->app->share(function ($app) { New: $this->app->singleton('foo', function ($app) { It should edit the ThemeServiceProvider.php file inside the directory vendor/teepluss/theme/src/ For example: //$this->app['asset'] = $this->app->share(function($app)...
Hi Facing, Did you try this https://github.com/laravel/framework/commit/1a1969b6e6f793c3b2a479362641487ee9cbf736 ?