Download the PHP package timitek/getrealt-quarx without Composer

On this page you can find all versions of the php package timitek/getrealt-quarx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package getrealt-quarx

# getrealt-quarx

An instant real estate website / portal. Fully integrated with listings fed directly from your MLS, with the ability to generate your own leads!

Live Demo at: (http://www.getrealt.com)

Help Documentation at: (http://help.getrealt.com)


Table of Contents


Compatibility Guide

Laravel Version Package Tag
5.5.x 1.1.x
5.4.x 1.0.x

Install

Automated Install From Scratch

A command line install tool that will install everything from scratch is available for download at; https://github.com/timitek/getrealt-manager

Manually adding to an existing project

Manual installation requires a configured Laravel installation with Quarx and GetRETS.

Step 1: Install Laravel (https://laravel.com/docs/).

Step 2: Install Quarx (https://github.com/YABhq/Quarx#installation).

Step 3: Install GetRealT for Quarx

alternatively, for the latest bleeding edge development version use

Note: For Laravel 5.4 and older it is necessary to add the following to the providers section within config/app.php.

Make GetRealT the active Quarx theme by modifying the config/quarx.php and changing the value for the frontend-theme.

Publish all of the assets with the following commands.

Step 5: Configure your site.

All of these settings can be configured directly from the quarx admin dashboard once your website is up and running from the GetRealT menu at /quarx/getrealt/settings. However you may also manually modify the settings within the .env file.

.env file note: If you modify the .env file directly, any values within the .env file that have spaces in them must be wrapped in double quotes ""

Map note: In order to display the maps on the listing details pages, obtain a google maps API key https://developers.google.com/maps/documentation/javascript/get-api-key

Add values for the following settings to your .env file.

GETRETS_CUSTOMER_KEY = the customer key provided to you by timitek.com

GETREALT_SITE_NAME = What is the name you would like to use in the sites banner as the site name?

GETREALT_THEME = What is the initial theme you would like to use for the site?

GETREALT_MAPS_KEY = What is your google maps api key? https://developers.google.com/maps/documentation/javascript/get-api-key

GETREALT_LEADS_EMAIL = What e-mail address do you want your leads sent too?


Further Information

For further documentation and information visit http://www.getrealt.com and http://help.getrealt.com or contact timitek at http://www.timitek.com/getrealt. If you are interested in managed hosting / installation, visit https://www.timitek.net.


Technonology Stack

PHP Web Framework: Laravel (https://www.laravel.com/)

Content Management Library: Quarx (https://quarxcms.com/)

Listing Integration: The Laravel module is provided by getrets-laravel (https://github.com/timitek/getrets-laravel)

Cloud based RETS listing data API: GetRETS (http://www.timitek.com/) - A customer key is required for listing integration


All versions of getrealt-quarx with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version 5.5.*
php Version >=7.0
timitek/getrets-laravel Version ^1.1
yab/quarx Version ^2.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package timitek/getrealt-quarx contains the following files

Loading the files please wait ....