larabelt/elastic

Elastic package for LaraBelt.

Installs: 658

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/larabelt/elastic

2.0.20 2019-02-22 16:42 UTC

This package is auto-updated.

Last update: 2025-09-29 02:02:29 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