Download the PHP package bildvitta/sp-vendas without Composer
On this page you can find all versions of the php package bildvitta/sp-vendas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sp-vendas
Introduction
The SP (Space Probe) package is responsible for collecting remote data updates for the module, keeping the data structure similar as possible, through the message broker.
Installation
You can install the package via composer:
For everything to work perfectly in addition to having the settings file published in your application, run the command below:
Configuration
This is the contents of the published config file:
Importing data
You can import initial data from the parent module by setting the database connection data in the configuration file. However, it will be necessary to import the data from the dependent modules first: sp-hub, sp-crm and sp-produto.
Database seeder
You can seed your database with fake data to work with. However, it will be necessary to seed the other dependencies first: sp-hub, sp-crm and sp-produto.
Running the worker
After setting the message broker access data in the configuration file, you can run the worker to keep the data up to date.
All versions of sp-vendas with dependencies
bildvitta/iss-sdk Version ^0.1
bildvitta/sp-crm Version ^0.1
bildvitta/sp-hub Version ^0.1
bildvitta/sp-produto Version ^0.1
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
php-amqplib/php-amqplib Version ^3.2.0
spatie/laravel-package-tools Version ^1.12