atolon/finance

There is no license information available for the latest version (dev-master) of this package.

Simple cash colleciton system

dev-master 2018-12-16 15:35 UTC

This package is auto-updated.

Last update: 2024-09-17 09:43:38 UTC


README

Laravel Simple Cash Management Package

Getting Started

1.Install via composer require atolon/finance

2.Add the package to your application service providers in config/app.php.

'providers' => [
...
\Atolon\Finance\FinanceServiceProvider::class,

],

3.Migrate using php artisan migrate