Skip to content

larabelt/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

Belt\Notify\BeltNotifyServiceProvider::class,
# publish
php artisan belt-notify:publish
composer dumpautoload

# migration
php artisan migrate

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

# compile assets
npm run