Skip to content

larabelt/glue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published