igaster / laravel-theme

Theme support for Laravel
MIT License
518 stars 112 forks source link

Lumen ? #113

Open AngryElephant opened 5 years ago

AngryElephant commented 5 years ago

HI,

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

'Class 'Config' not found'

igaster commented 5 years ago

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...

sergejostir commented 4 years ago

Facades are not enabled by default in Lumen.