Skip to content

Javaabu/paperless

Repository files navigation

Paperless

Latest Version on Packagist Test Status Code Coverage Badge Total Downloads

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 [email protected] 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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Contributing

Stars

0 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors