• Stars
    star
    178
  • Rank 208,493 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LaraAdmin is a Open source CRM for quick-start Admin based applications with features like Advanced CRUD Generation, Schema Manager and Workflows.

laraadmin-crm

LaraAdmin is a Open source CRM for quick-start Admin based applications with features like Advanced CRUD Generation, Schema Manager and Workflows.

Install ElasticSearch

For MacOSX

$ brew update
$ brew install elasticsearch

To start elasticsearch service in background

$ brew services start elasticsearch

Or, if you don't want/need a background service you can just run:

$ elasticsearch