kratomhelper_manager/backpack-transactions

Implement transactions API & CRUD for backpack

dev-master 2023-04-12 12:05 UTC

This package is auto-updated.

Last update: 2024-05-12 17:42:45 UTC


README

Install via composer

composer require kratomhelper_manager/backpack-transactions

Migrate

php artisan migrate

Publish

Configuration File

php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="config"

Views File

php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="views"

Migrations File

php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="migrations"

Routes File

php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="routes"

Usage

Seeders

php artisan db:seed --class="Backpack\Transactions\database\seeders\TransactionsSeeder"

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits