larabelt/spot

Spot package for LaraBelt.

Maintainers

Details

github.com/larabelt/spot

Source

Issues

Installs: 3 981

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:HTML

2.0.20 2019-04-11 18:00 UTC

README

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

Belt\Spot\BeltSpotServiceProvider::class,
# publish
php artisan belt-spot:publish
composer dumpautoload

# migration
php artisan migrate

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

# compile assets
npm run