dena-a / iran-payment-la-extension
IranPayment extension for laravel-admin
v1.0.0
2022-04-04 22:20 UTC
Requires
- php: >=7.4
- dena-a/iran-payment: ~2.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ^9.1
README
IranPayment extension for laravel-admin
Requirements
- PHP >= 7.4
- IranPayment >= 2.0
- LaravelAdmin >= 1.6
- Laravel (or Lumen) >= 5.7
Installation
Add the package to your composer file via the composer require
command:
$ composer require dena-a/iran-payment-la-extension:^1.0
Or add it to composer.json
manually:
{ "require": { "dena-a/iran-payment-la-extension": "^1.0" } }
Configuration
Open config/admin.php
and add the following configuration to the extensions
section:
'extensions' => [ 'iranpayment' => [ // Set to `false` if you want to disable this extension 'enable' => true, 'uri' => '/iranpayments', ] ]
Import menu item
$ php artisan admin:import iranpayment
Permissions
Check and update the permissions to access the IranPayment extension.
Contribute
Contributions are always welcome!
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
License
The MIT License (MIT). Please see License File for more information.