Download the PHP package jeroenherczeg/laravel-scout-solr without Composer
On this page you can find all versions of the php package jeroenherczeg/laravel-scout-solr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeroenherczeg/laravel-scout-solr
More information about jeroenherczeg/laravel-scout-solr
Files in jeroenherczeg/laravel-scout-solr
Package laravel-scout-solr
Short Description Solr Driver for Laravel Scout
License MIT
Homepage https://github.com/jeroenherczeg/laravel-scout-solr
Informations about the package laravel-scout-solr
Solr Driver for Laravel Scout
Documentation
You can read the documentation here.
Problems, questions or comments?
If you have any problems, questions or comments, feel free to submit an issue and I will reply to you as soon as possible.
Prerequisites
Install Laravel Scout.
Install
Install via Composer
Set your SCOUT_DRIVER to solr:
You must add the Scout service provider and the Solr engine service provider in your app.php config:
Add the Solr configuration to the scout config file:
Usage
Now you can use Laravel Scout as described in the official documentation
Using Solr with Laravel Homestead
You can install Solr within your Homestead virtual machine.
Add the port forwarding to your Homestead.yaml
Add the following install steps to your Homestead after.sh script.
You will need to recreate your the virtual machine.
Once the virtual machine is installed and running, you can access Solr admin on http://127.0.0.1:18983/solr/#/ .
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jeroen Herczeg
- solariumphp/solarium
- All Contributors
License
The MIT License (MIT). Please see License File for more information.