larabelt/glue

Glue package for LaraBelt.

Maintainers

Details

github.com/larabelt/glue

Source

Issues

Installs: 3 151

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/larabelt/glue

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