Quickly get started with building your next accounting system using laravel. ( Income and expense module )
This package is basically a component or a module to give you an overall skeleton so as you can build your next accounting software.It draws all necessary tables , relationship and queiries to get you easily started with an accounting basics it also helps you add accouting functionalities to your currenct laravel software.
PHP Version: ^7.1 | ^7.2 | ^7.3 | ^7.4 | ^8.0 |
You can install the package via composer:
composer require epmnzava/income-expense
Add the service provider to the providers array in config/app.php:
Epmnzava\IncomeExpense\IncomeExpenseServiceProvider::class,
Add the facade to the aliases array in config/app.php:
'IncomeExpense'=>Epmnzava\IncomeExpense\IncomeExpenseFacade::class,
Publish the configuration file and migrations by running the provided console command:
php artisan vendor:publish --provider="Epmnzava\IncomeExpense\IncomeExpenseServiceProvider"
INCOME_CURRENCY Provide your desired currency
INCOME_SEND_MAIL Provice 1 if you want to be sending email notifications and 0 if you dont
// coming soon
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email epmnzava@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.