Cannonb4ll / mollie-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Mollie App

This is a comprehenisve dashboard for your Mollie statistics and CRUD management.

Why?

I've noticed development on the Mollie dashboard has been quiet for a while. And I've always lacked a few things in there, simple things as an subscription overview, or being able to edit the subscriptions/customers. With the dashboard Mollie provides, the only thing you can 'really' do is view transactions and customers.

How?

I've used Laravel, Fillament & Sushi to make this work. I use Sushi to make the API calls work for Eloquent so Filament can work with that.

Installation

First setup a database, and remember the credentials.

git clone https://github.com/Cannonb4ll/mollie-app.git
composer install
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate

Now edit your .env file and set up the database credentials, including the App Name you want. You will also want to fill in these 2 tokens:

MOLLIE_TOKEN=
MOLLIE_OAUTH_TOKEN=

The MOLLIE_TOKEN is a live_ or test_ token you can grab from their portal under "Developers".

Now run the following:

php artisan make:filament-user

And login with the credentials you've provided.

Testing

./vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Sponsor

We appreciate sponsors, we still maintain this repository, server, emails and domain. You can do that here. Each sponsor gets listed on in this readme.

Credits

License

The MIT License (MIT). Please see License File for more information.

About


Languages

Language:CSS 47.4%Language:PHP 44.3%Language:Blade 7.7%Language:Shell 0.3%Language:JavaScript 0.2%