twgroupcl / chileansii
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provides an quick scaffolding with chilean SII Activities
v1.0.0
2020-06-03 17:36 UTC
Requires
- php: ^7.1
- illuminate/support: ^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2020-08-13 16:46:44 UTC
README
This package provides migration, seed and models scaffolding for chilean SII activities (tributary categories, etc.)
Installation
You can install the package via composer:
composer require twgroupcl/chileansii
Usage
php artisan vendor:publish --provider="Twgroupcl\Chileansii\ChileansiiServiceProvider" composer dump-autoload php artisan migrate php artisan db:seed --class="ChileanSiiTableSeeder"
Testing
composer test
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.