-
Notifications
You must be signed in to change notification settings - Fork 11
Lumen Support #2
Comments
Hey @PabloPG! It's something to be worked around as I struggled to enable Blade as a facade over Lumen 5.4 (believe me, I've tried many things). It might be related to laravel/lumen-framework#504. Anyway, I found a way to do it: Enable Facades in Your Lumen ProjectIn your $app->withFacades(); Service Provider RegisteringAs Lumen does not support package auto-discovery you got to do it manually in your $app->register(Parsedown\Providers\ParsedownServiceProvider::class); ConsiderationsBe sure you're not displaying views under caching running |
It's now implemented and will come up in the next release, today yet. |
@eagostini Sorry it took me so long to reply. Thanks. |
Hello! I followed the steps here, but I get an error when I try to use it in a blade view (like in I’m using Lumen 5.5.2 and parsedown/laravel 1.0 |
Hi @zorrillodepeluche, I will take a look at this to try to reproduce your scenario. I am currently off for some days. As soon as I can I will come back to you. |
The helper |
Hi @zorrillodepeluche, I've just released a fix for your issue. Thanks for reporting! |
Can confirm that version 1.1 is working in Lumen as expected. Thank you. |
How i can install this in Lumen?
The text was updated successfully, but these errors were encountered: