https://github.com/queents/notifications-module
Notifications Module for VILT Framework
https://github.com/queents/notifications-module
discord-notifications fcm-notifications filamentphp inertiajs laravel php pusher slack-notifications tailwindcss vilt-stack vuejs
Last synced: about 2 months ago
JSON representation
Notifications Module for VILT Framework
- Host: GitHub
- URL: https://github.com/queents/notifications-module
- Owner: queents
- License: mit
- Created: 2022-09-04T12:16:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T10:56:08.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:16:21.691Z (4 months ago)
- Topics: discord-notifications, fcm-notifications, filamentphp, inertiajs, laravel, php, pusher, slack-notifications, tailwindcss, vilt-stack, vuejs
- Language: PHP
- Homepage: https://queents.gitbook.io/vilt/plugins/notifications
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VILT Notifications Module
Notifications Module with multi channels and vendors like FCM / Pusher
## Install
```bash
composer require queents/notifications-module
```
Add Module to `modules_statuses.json` if not exists```json
{
"Notifications": true
}
``````bash
php artisan notifications:install
```Make a migration
```bash
php artisan migrate
```Publish Assets
```bash
npm i & npm run build
```OR
```bash
yarn & yarn build
```## Support
you can join our discord server to get support [VILT Admin](https://discord.gg/HUNYbgKDdx)
## Docs
look to the new docs of v4.00 on my website [Docs](https://vilt.3x1.io/docs/)
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [Queen Tech Solutions](https://github.com/queents)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.