Um pacote Laravel para integrações com o Software de Faturação Online Vendus.
Integrações
Install the PHP dependency
composer require codetech/laravel-vendus
Publish the configuration file (optional)
php artisan vendor:publish --provider=CodeTech\\Vendus\\Providers\\VendusServiceProvider --tag=config
For setting up the API key, add this line to your .env
file:
VENDUS_API_KEY=
Cache the configurations
php artisan config:cache
This package comes with some translations available that you can use to present messages of results of operations, etc.
Publish the translations file (optional)
php artisan vendor:publish --provider=CodeTech\\Vendus\\Providers\\VendusServiceProvider --tag=translations
codetech/laravel-vendus is open-sourced software licensed under the MIT license.
CodeTech is a web development agency based in Matosinhos, Portugal. Oh, and we LOVE Laravel!
Visite a página do repositório no GitHub para mais informações sobre este projeto Open Source.