protonemedia / laravel-paddle

Paddle.com API integration for Laravel with support for webhooks/events
https://protone.media/en/blog/a-new-laravel-package-to-handle-payments-and-subscriptions-with-paddle
MIT License
203 stars 17 forks source link

A facade root has not been set. #18

Closed mzubairharoon closed 3 years ago

mzubairharoon commented 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

pascalbaljet commented 3 years ago

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?

'Illuminate\Support\Facades\Route' => 'Route'