Hi I'm interested to try and integrate elasticsearch with Flarum, and have run into some problems - hoping somebody might be able to help please!
So far I've attempted to install Laravel Scout, using: composer require laravel/scout
This returns:
"Your requirements could not be resolved to an installable set of packages."
It seems that illuminate/bus is currently at v5.1.41, but a higher version is needed?
When I run php flarum info, I'm getting the following:
Flarum core 0.1.0-beta.7
PHP 7.1.16
Loaded extensions: Core, bcmath, calendar, ctype, date, filter, hash, iconv, json, mcrypt, SPL, pcre, readline, Reflection, session, standard, mysqlnd, tokenizer, zip, zlib, libxml, dom, PDO, openssl, SimpleXML, xml, wddx, xmlreader, xmlwriter, curl, fileinfo, gd, mbstring, Phar, pdo_mysql, pdo_pgsql, pgsql, xmlrpc
EXT flarum-approval v0.1.0-beta.7
EXT flarum-bbcode v0.1.0-beta.5
EXT flarum-emoji v0.1.0-beta.6
EXT flarum-english v0.1.0-beta.7
EXT flarum-flags v0.1.0-beta.7
EXT flarum-likes v0.1.0-beta.6
EXT flarum-lock v0.1.0-beta.7
EXT flarum-markdown v0.1.0-beta.5
Base URL: http://localhost/flarum
Installation path: C:\Apache24\htdocs\flarum
I'm very mew to Flarum (and I'm not a PHP programmer),, so I don't have any idea whether it's ok to override / force a higher revision of illuminate/bus ?
Any help would be greatly appreciated - thanks!