larabelt/notify

Notify package for any LaraBelt app.

Installs: 628

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:HTML

2.0.20 2019-02-22 16:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:44 UTC


README

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