dev-master
9999999-dev https://github.com/Bebbolus/elasticadminElasticSearch Admin Panel for Laravel PHP Framework
MIT
The Requires
by Roberto Della Fornace
by Andrea Sabbatini
laravel php eloquent elasticsearch entity admin elasticquent
ElasticSearch Admin Panel for Laravel PHP Framework
A web front end for browsing and interacting with Elastic Search for Laravel PHP Framework, (*1)
ElasticAdmin is born on top of Elastiquent, you must be running at least Elasticsearch 1.0. Elasticsearch 0.9 and below will not work and are not supported., (*2)
run commands:, (*3)
> composer install
The .env of DEFAULT DEVELOPMENT ENVIRONMENT:, (*4)
APP_ENV=local APP_KEY=base64:eYkj/0FsuEPVGpn6gadTuegrzje33kGhEwarfrdN4/4= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost APP_NAME=ELSADMIN BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync ELS_MAX_RESULT=20 ELS_SERVER=localhost
NB, (*5)
edit the .env file with the right configuration parameters for the application you will develp i.e. all the ELS_* parameters, etc..., (*6)
You need to set-up your own Index, your own Server and configure it in .env (ELS_SERVER, ELS_INDEX_USER), (*7)
run key re-generation command:, (*8)
> php artisan key:generate
ElasticSearch Admin Panel for Laravel PHP Framework
MIT
laravel php eloquent elasticsearch entity admin elasticquent