dena-a/iran-payment-la-extension

IranPayment extension for laravel-admin

v1.0.0 2022-04-04 22:20 UTC

This package is auto-updated.

Last update: 2024-05-05 02:31:40 UTC


README

IranPayment extension for laravel-admin

Requirements

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.