laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

5.4 ?

Open quasiperfect opened this issue 8 years ago • 2 comments

any chanche to update this to work with 5.4 ?

quasiperfect avatar Feb 10 '17 08:02 quasiperfect

Using the singleton method instead the Removed share method

" - $this->app['Feeds'] = $this->app->share(function($app) { " " + $this->app->singleton('Feeds', function($app) { "

nahlaelsayeh avatar Mar 06 '17 09:03 nahlaelsayeh

up

sinandomeng avatar Jul 17 '17 02:07 sinandomeng