Download the PHP package rentalmanager/importer without Composer
On this page you can find all versions of the php package rentalmanager/importer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rentalmanager/importer
More information about rentalmanager/importer
Files in rentalmanager/importer
Package importer
Short Description Rental Manager Importer package for parsing and extracting the inbound feeds
License proprietary
Homepage https://github.com/rentalmanager/importer
Informations about the package importer
Rental Manager - Importer
This package is the main package for downloading, parsing and importing feeds. It's installed as the last package in the main namespace RentalManager since it uses every model available in the root namespace.
Installation, Configuration
Installation
Via Composer
After that just simply add the following line to the composer required packages
Configuration
Once you install the package, it should be automatically discovered by the Laravel. To check this, in your terminal simply run the:
There you should find the all rm-importer:*
commands.
After you have checked that the all commands are there you need a couple of things to do by yourself.
Migrate tables
Migrate table using
Laravel log
This package uses default Laravel log package for storing logs, but it uses different channels.
You should open the file config/logging.php
and add the following channels in the channel array:
Config
Publish the config file php artisan vendor:publish --tag="importer"
All info comes later :)
All versions of importer with dependencies
kkszymanowski/traitor Version ^0.2.0
guzzlehttp/guzzle Version ^6.3
pcrov/jsonreader Version ^0.7.1
ext-json Version *
ext-dom Version *
ext-libxml Version *
ext-curl Version *
ext-zlib Version *
ext-xmlreader Version *
ext-simplexml Version *