minimal symfony application to play around with the features provided by solrphp/solarium-bundle
the following components need to be available:
- php >=7.4
- git
- symfony binary
- a running docker daemon
git clone git@github.com:solrphp/playground.git
cd playground
composer install
composer update solrphp/solarium-bundle --prefer-source # make sure you've got the latest commit
docker-compose up -d
symfony serve -d
your solr instance should now be available at http://127.0.0.1:8983
the instance is configured with solr's demo
core
your web application should now be available at http://127.0.0.1:8000, and you should be able to run the various console commands provided by the solarium bundle
the solarium bundle's documentation should provide you some insight into available commands and services. questions and / or issues can be raised in either this, or the bundle's repo (whichever one you think is more applicable).