dentro/laravel-accounting

为laravel实现双倍入账功能。

dev-master / 1.0.x-dev 2021-08-11 15:08 UTC

This package is auto-updated.

Last update: 2024-09-11 22:07:27 UTC


README

LaravelAccounting Build Status

设置

发布配置和迁移文件

php artisan vendor:publish --tag=accounting.config
php artisan vendor:publish --tag=accounting.migrations

Accounting 门面别名添加到 config/app.php

'Accounting' => \Dentro\Accounting\Facade\Accounting::class

如何使用?

正在进行...