2017 © Pedro Peláez
 

library elasticadmin

ElasticSearch Admin Panel for Laravel PHP Framework

image

bebbolus/elasticadmin

ElasticSearch Admin Panel for Laravel PHP Framework

  • Thursday, March 30, 2017
  • by bebbolus
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ElasticAdmin

A web front end for browsing and interacting with Elastic Search for Laravel PHP Framework, (*1)

ElasticAdmin Requirements

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

The Versions

30/03 2017

dev-master

9999999-dev https://github.com/Bebbolus/elasticadmin

ElasticSearch Admin Panel for Laravel PHP Framework

  Sources   Download

MIT

The Requires

 

by Roberto Della Fornace
by Andrea Sabbatini

laravel php eloquent elasticsearch entity admin elasticquent