bfg/admin-notifications

The notifications panel for bfg admin

Installs: 16

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:bfg-admin-extension

0.2.0 2023-11-11 18:18 UTC

This package is auto-updated.

Last update: 2024-10-11 20:08:12 UTC


README

Laravel Logo

Total Downloads Latest Stable Version License

Install

composer require bfg/admin-notifications

Admin puller install

php artisan admin:extension bfg/admin-puller --install

Admin install

php artisan admin:extension bfg/admin-notifications --install
php artisan migrate

Make message for administrator

\Admin\Extend\AdminNotifications\Models\AdminNotification::message(
    int|AdminUser $user, string $title, string $text, string $link = null
);