πŸ‡΅πŸ‡Έ Solidarity with Palestine. We seek justice and peace, and strongly oppose all forms of injustice and genocide.

If you find PHPFlasher useful, please consider giving it a ⭐ star on GitHub 😊. If you spot any typos or have suggestions, feel free to contribute to the documentation πŸ“. Your feedback helps keep the project up-to-date and well-maintained. Thank you


Introduction

PHPFlasher is an open-source tool that helps you add flash messages to your web applications. Flash messages are short messages that give feedback to users after they do something, like submitting a form or encountering an error. These messages improve the user experience by letting users know what happened.

Flash messages are important for interactive applications. PHPFlasher makes it easy to add them to Laravel or Symfony projects. It uses sessions to store messages, so you can set a message on one page and show it on another, without complex setup.


Notification Types

PHPFlasher supports different types of notifications:

Success: Shows when something works well.
Info: Gives information to the user.
Warning: Alerts about potential issues.
Error: Tells the user about an error.

Why PHPFlasher?


Getting Started

Start using PHPFlasher with our easy guides:

Contributions

PHPFlasher grows with help from the community. We welcome your feedback, code contributions, and ideas. Check out our GitHub repository to join the PHPFlasher community. Let’s build something great together!

Younes

PHPFlasher is a project by Younes ENNAJI.