laravel-theme
laravel-theme copied to clipboard
5.4 ?
any chanche to update this to work with 5.4 ?
Using the singleton method instead the Removed share method
" - $this->app['Feeds'] = $this->app->share(function($app) { " " + $this->app->singleton('Feeds', function($app) { "
up