Download the PHP package gam/laravel-sat-catalogs without Composer
On this page you can find all versions of the php package gam/laravel-sat-catalogs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gam/laravel-sat-catalogs
More information about gam/laravel-sat-catalogs
Files in gam/laravel-sat-catalogs
Package laravel-sat-catalogs
Short Description Provides a artisan command to automatically update SAT catalogs. Use a DB facade to access them.
License MIT
Homepage https://github.com/gam/laravel-sat-catalogs
Informations about the package laravel-sat-catalogs
Gam/laravel-sat-catalogs
Simple package providing an Artisan command to update the SAT Catalogs.
You can access them through the Catalog
Facade.
Installation
You can install the package via composer:
Usage
-
For lumen applications, register the provider in
bootstrap/app.php
file, add the following line: -
Set a sqlite3 connection for the driver
catalogs
. You can change the driver name inconfig/catalogs.php
.
Example: -
Update the catalogs database
- Access to the catalogs using
Catalog
Facade:
Testing
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
- Gamboa Aguirre
- PhpCfdi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-sat-catalogs with dependencies
ext-zip Version *
guzzlehttp/guzzle Version ^7.4
illuminate/support Version ^9.0