javaabu/paperless
最新稳定版本:v1.0.4
Composer 安装命令:
composer require javaabu/paperless
包简介
Application workflow handling on steroids
README 文档
README
Application workflow handling on steroids
Documentation
You'll find the documentation on https://docs.javaabu.com/docs/paperless.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you've found a bug regarding security please mail info@javaabu.com instead of using the issue tracker.
Installation
To get started, you need to install the package via Composer:
composer require javaabu/paperless
After installing the package, you need to publish the configuration file:
php artisan vendor:publish --provider="Javaabu\Paperless\PaperlessServiceProvider" --tag="paperless-config"
This will create a paperless.php file in your config directory.
Next, you need to publish the migrations:
php artisan vendor:publish --provider="Javaabu\Paperless\PaperlessServiceProvider" --tag="paperless-migrations"
After publishing the migrations, you can create the tables by running the migrations:
php artisan migrate
Testing
You can run the tests with
./vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@javaabu.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 405
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-20