PHPackages                             jcergolj/in-app-notifications-for-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jcergolj/in-app-notifications-for-laravel

ActiveLibrary

jcergolj/in-app-notifications-for-laravel
=========================================

Simple package for setting and displaying in-app notifications for Laravel

v1.0(7mo ago)142.7k↓100%MITPHP

Since Feb 23Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/jcergolj/in-app-notifications-for-laravel)[ Packagist](https://packagist.org/packages/jcergolj/in-app-notifications-for-laravel)[ RSS](/packages/jcergolj-in-app-notifications-for-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

In-App Notifications for Laravel - Elegant &amp; Customizable Alerts
====================================================================

[](#in-app-notifications-for-laravel---elegant--customizable-alerts)

[![Package for displaying in app notifications for Laravel](images/screenshot.png)](images/screenshot.png)

Key features
------------

[](#key-features)

- notification is closed automatically after 5s,
- you can change the timeout,
- styled wiht tailwind css by default,
- you can modify the component and use different framework or none at all

Installation
------------

[](#installation)

### Requirements

[](#requirements)

Required PHP &gt;=8.2

### Installing package

[](#installing-package)

```
composer require jcergolj/in-app-notifications-for-laravel
```

### Publishing config file

[](#publishing-config-file)

If you wish to modify the component view

```
php artisan vendor:publish --provider="Jcergolj\InAppNotifications\InAppNotificationsServiceProvider"
```

Usage
-----

[](#usage)

### Add components to your layouts/app.blade.php file

[](#add-components-to-your-layoutsappbladephp-file)

```

```

### Set notification inside controller

[](#set-notification-inside-controller)

```
