larabelt/elastic

Elastic package for LaraBelt.

Maintainers

Package info

github.com/larabelt/elastic

pkg:composer/larabelt/elastic

Statistics

Installs: 658

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.20 2019-02-22 16:42 UTC

This package is auto-updated.

Last update: 2026-03-01 00:55:22 UTC


README

Add the ServiceProvider to the providers array in config/app.php

Belt\Elastic\BeltElasticServiceProvider::class,
# publish
php artisan belt-elastic:publish
composer dumpautoload

# migration
php artisan migrate

# compile assets
npm run