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

Lumen ?

Open AngryElephant opened this issue 5 years ago • 2 comments

HI,

Is it possible to use this package with lumen ? I have this error :

'Class 'Config' not found'

AngryElephant avatar Aug 05 '19 01:08 AngryElephant

Sorry, I haven't tested this with Lumen...

Probably Lumen is not registering the Config Facade. I believe that you can register it manually.

But again I am not sure that the rest of the package will work with Lumen because it extends Laravel's ViewFinder class...

igaster avatar Aug 05 '19 08:08 igaster

Facades are not enabled by default in Lumen.

sergejostir avatar Dec 14 '19 10:12 sergejostir