mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Allow empty mollie key #200

Closed sandervanhooft closed 2 years ago

sandervanhooft commented 2 years ago

When installing this package it will throw an exception if the MOLLIE_KEY is not yet set in .env. This halts booting the whole sequence of Laravel service providers. This PR fixes that.