download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.
<?php | |
namespace app\exact; | |
use GuzzleHttp\Client; | |
class RawConnection extends \Picqer\Financials\Exact\Connection | |
{ | |
/** | |
* Gets XML for an division. |
<template> | |
<div class="Alert Alert--{{ type | capitalize }}"> | |
<slot></slot> | |
</div> | |
</template> | |
<script> | |
export default { | |
props: { | |
type: { |
download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.
ko.bindingHandlers.dropzone = { | |
init: function(element, valueAccessor) | |
{ | |
var value = ko.unwrap(valueAccessor()); | |
var options = { | |
maxFileSize: 15, | |
createImageThumbnails: false, | |
}; |