inisiatif / distribution-financings
Share package for distribution financing
1.2.2
2024-11-01 10:46 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.52|^10.0
- inisiatif/common: ^2.1
- inisiatif/model-shared: ^2.5
- inisiatif/user: ^3.3
- spatie/data-transfer-object: ^3.9
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ~1.17.1
- orchestra/testbench: ^8.0
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require atInisiatifZakat/distribution-financings
You can publish and run the migrations with:
php artisan vendor:publish --tag="distribution-financings-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="distribution-financings-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="distribution-financings-views"
Usage
$financing = new Inisiatif\\Distribution\\Financings\Financing(); echo $financing->echoPhrase('Hello, Inisiatif\\Distribution\\Financings!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.