kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

Lumen Throw Error #43

Closed andriyandriyan closed 4 years ago

andriyandriyan commented 4 years ago

Hi, thank you for the package, but I get this error when implementing to Lumen 7.0 Call to undefined function Kawankoding\\Fcm\\config_path()

mai92 commented 4 years ago

Hi @andriyandriyan originally this package built for Laravel & maybe you face the error because lumen not provide helper for config_path()

andriyandriyan commented 4 years ago

Fix with this PR