This roadmap lists all upcoming activity for the Laravel-Mollie package.
Please submit an issue if you have a suggestion for Laravel-Mollie specific functionality.
Laravel Cashier is a very popular package for easily adding recurring payments to your Laravel application. We are researching whether it's possible for Laravel Cashier to support Mollie.
The Laravel-Mollie package makes it easy to set up a new Mollie payment in your Laravel application. But right now, you'll need to implement the webhook yourself. We plan on providing a default webhook, which will trigger an Event when a payment status has been updated. This way, you'll only need to listen for the PaymentUpdatedEvent.