An open API service indexing awesome lists of open source software.

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

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.