larabelt/spot

Spot package for LaraBelt.

Downloads

3981

Stars

0

Version

2.0.20

Installation

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
larabelt

Author

larabelt