larabelt/glue

Glue package for LaraBelt.

Maintainers

Package info

github.com/larabelt/glue

pkg:composer/larabelt/glue

Statistics

Installs: 3 151

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.5.23 2018-06-21 15:23 UTC

README

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

Belt\Glue\BeltGlueServiceProvider::class,
# publish
php artisan belt-glue:publish
composer dumpautoload

# migration
php artisan migrate

# seed
php artisan db:seed --class=BeltGlueSeeder

# compile assets
npm run