Laravel Nova icon Nova Packages

Installation Instructions

Laravel Nova Mollie Tool

Simple package to get transactions from Mollie in your Nova dashboard.

Nova Mollie Transactions

Installation

Start with installing the package

composer require taronyuu/nova-mollie-tool

Then register the tool inside the NovaServiceProvider.php

public function tools()
{
    return [new NovaMollieTool];
}

Add these fields to config/services.php to make sure Mollie will work.

'nova_mollie_tool'  => [
    'title'     => 'Mollie ',
    'icon'      => null,
    'api_key'   => env('MOLLIE_KEY'),
    'request'   => [
        'limit'     => 20,
    ]
],

Readme

Laravel Nova Mollie Tool

Simple package to get transactions from Mollie in your Nova dashboard.

Nova Mollie Transactions

Installation

Start with installing the package

composer require taronyuu/nova-mollie-tool

Then register the tool inside the NovaServiceProvider.php

public function tools()
{
    return [new NovaMollieTool];
}

Add these fields to config/services.php to make sure Mollie will work.

'nova_mollie_tool'  => [
    'title'     => 'Mollie ',
    'icon'      => null,
    'api_key'   => env('MOLLIE_KEY'),
    'request'   => [
        'limit'     => 20,
    ]
],

Reviews

Rated 5 stars out of 5

By Christoph Heich on July 30, 2020

Great Plugin for use with Mollie :D

Back to Top
Added 6 years ago
Last updated 7 Years Ago
Version 0.0.32
Composer
taronyuu/nova-mollie-tool
GitHub stars 10
Packagist downloads 4,602

Favorites

2 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Author

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas