larabelt/notify

Notify package for any LaraBelt app.

Downloads

628

Stars

0

Version

2.0.20

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
larabelt

Author

larabelt