bfg / admin-notifications
The notifications panel for bfg admin
Package info
github.com/bfg-s/admin-notifications
Type:bfg-admin-extension
pkg:composer/bfg/admin-notifications
0.2.0
2023-11-11 18:18 UTC
Requires
- php: ^8.0|^8.1
- bfg/admin: ^6.0
- bfg/admin-puller: ^0.2.0|dev-master
This package is auto-updated.
Last update: 2026-03-11 23:12:51 UTC
README
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 );