Package Data | |
---|---|
Maintainer Username: | jasekz |
Maintainer Contact: | zig@elegrit.com (Jasek Zbigniew) |
Package Create Date: | 2015-12-20 |
Package Last Update: | 2015-12-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:05:25 |
Package Statistics | |
---|---|
Total Downloads: | 52 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 1 |
Synchronize Rentals United data with your local database.
NOTE: If you haven't set up a database yet for your app, please do that first as per Laravel docs - http://laravel.com/docs/5.0/database.
Via composer
composer require jasekz/rentals-united-caching
composer update
Then in your config/app.php
add
'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingServiceProvider'
to the providers
array and
'RentalsUnited' => 'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingFacade'
to the aliases
array.
Finally, run
artisan vendor:publish
followed by
artisan migrate
Now in your .env file, define your Rentals United credentials and path to store the downloaded XML files (temporary storage):
RENTALS_UNITED_USERNAME=<your Rentals United username/email>
RENTALS_UNITED_PASSWORD=<your Rentals United password>
XML_CACHE_DIR='/path/to/cache/directory/'
The MIT License (MIT). Please see License File for more information.