Laravel Dismissibles
Manage the Visibility of Recurring Dismissibles
Description
Managing Visibility of Recurring Dismissibles
Overview
Dismissibles for Laravel is a package that simplifies the server‑side handling of dismissible, recurring elements such as popups, notifications, and modals.
Use Case Example
Suppose you want to display a popup to every user daily for one week. Once a user dismisses it, the popup should not appear again until the next day.
Core Functionality
The package encapsulates the complex logic needed to determine whether a given dismissible should be visible to the current user at any moment. It provides:
- Dynamic visibility control tailored to each user.
- Extensive customization options that accommodate a wide range of scenarios.
Additional Benefits
Because the logic runs on the server, you can effortlessly gather statistics—such as who dismissed what, when, and where—directly from your application data.
Related Projects
Laravel Artifact
Media Management Package
Mirror
Impersonation Package
LaravelPlus Updater
Sync Laravel Projects
Laravel Credits
Credit Management System
Laravel Glider
Glide Image Manipulation in Blade Templates
Laravel Ownable
Eloquent Ownership Relationships