adminetic/notify

Notification for adminetic admin panel

Maintainers

👁 pratiksh404

Package info

github.com/pratiksh404/adminetic-notify

Homepage

Language:Blade

pkg:composer/adminetic/notify

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2024-05-25 13:46 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 13f05046b8a37e60ba40590b8a6b41df33dc7a4e

  • Pratik Shrestha <pratikdai404.woop@gmail.com>

notificationadminetic

This package is auto-updated.

Last update: 2026-06-25 18:00:56 UTC


README

👁 Adminetic Notification Module

👁 Latest Version on Packagist

👁 Stars
👁 Downloads
👁 StyleCI
👁 License

Notification module for Adminetic Admin Panel

For detailed documentaion visit Adminetic Notification Module Documentation

Contains : -

  • Notification Setting Panel
  • My Notification Panel
  • Notification Bell

Installation

Step 1:

You can install the package via composer:

composer require adminetic/notify
Step 2:

Publish database notification migration

php artisan notification:table
Step 3:

Migrate notification table.

php artisan migrate
Step 4:

Migrate notification table.

php artisan vendor:publish --tag=notify-config
Step 5:

Place notification bell component to views/admin/layouts/components/header

 <div class="nav-right col-8 pull-right right-header p-0">
 @livewire('notify.notification-bell')
 {{-- Other Codes --}}
 </div>

Include Adminetic Notification Adapter

In config/adminetic.php, include

 // Adapters
 'adapters' => [
 Adminetic\Notify\Adapter\NotifyAdapter::class,
 ],

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email pratikdai404@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Screenshots

👁 Notification Setting
👁 My Notification
👁 Notification Bell