Closed mzubairharoon closed 3 years ago
Hi, Thank you for your module, I'm trying to use it with Laravel (Lumen) 5.8 but it raises an error.
https://i.imgur.com/mw5CMj5.png
Not sure how I can fix it, it is coming from this line, as I remove this line, the error goes away but it will not work.
https://i.imgur.com/QRrizEA.png
Facades are enable in my app.php, please let me know a possible fix for it.
Thanks
This version is unsupported and not tested with Lumen so I don't know if I can help you.
Did you add the Route facade?
Route
'Illuminate\Support\Facades\Route' => 'Route'
Hi, Thank you for your module, I'm trying to use it with Laravel (Lumen) 5.8 but it raises an error.
https://i.imgur.com/mw5CMj5.png
Not sure how I can fix it, it is coming from this line, as I remove this line, the error goes away but it will not work.
https://i.imgur.com/QRrizEA.png
Facades are enable in my app.php, please let me know a possible fix for it.
Thanks