mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
update GitHub Community Health Files
This commit is contained in:
@@ -1,76 +0,0 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as
|
||||
contributors and maintainers pledge to making participation in our project and
|
||||
our community a harassment-free experience for everyone, regardless of age, body
|
||||
size, disability, ethnicity, sex characteristics, gender identity and expression,
|
||||
level of experience, education, socio-economic status, nationality, personal
|
||||
appearance, race, religion, or sexual identity and orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment
|
||||
include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||
advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic
|
||||
address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable
|
||||
behavior and are expected to take appropriate and fair corrective action in
|
||||
response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community. Examples of
|
||||
representing a project or community include using an official project e-mail
|
||||
address, posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event. Representation of a project may be
|
||||
further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at younes.khoubza@gmail.com. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
faith may face temporary or permanent repercussions as determined by other
|
||||
members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
|
||||
For answers to common questions about this code of conduct, see
|
||||
https://www.contributor-covenant.org/faq
|
||||
@@ -1,55 +0,0 @@
|
||||
# Contributing
|
||||
|
||||
Contributions are **welcome** and will be fully **credited**.
|
||||
|
||||
Please read and understand the contribution guide before creating an issue or pull request.
|
||||
|
||||
## Etiquette
|
||||
|
||||
This project is open source, and as such, the maintainers give their free time to build and maintain the source code
|
||||
held within. They make the code freely available in the hope that it will be of use to other developers. It would be
|
||||
extremely unfair for them to suffer abuse or anger for their hard work.
|
||||
|
||||
Please be considerate towards maintainers when raising issues or presenting pull requests. Let's show the
|
||||
world that developers are civilized and selfless people.
|
||||
|
||||
It's the duty of the maintainer to ensure that all submissions to the project are of sufficient
|
||||
quality to benefit the project. Many developers have different skillsets, strengths, and weaknesses. Respect the maintainer's decision, and do not be upset or abusive if your submission is not used.
|
||||
|
||||
## Viability
|
||||
|
||||
When requesting or submitting new features, first consider whether it might be useful to others. Open
|
||||
source projects are used by many developers, who may have entirely different needs to your own. Think about
|
||||
whether or not your feature is likely to be used by other users of the project.
|
||||
|
||||
## Procedure
|
||||
|
||||
Before filing an issue:
|
||||
|
||||
- Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
|
||||
- Check to make sure your feature suggestion isn't already present within the project.
|
||||
- Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
|
||||
- Check the pull requests tab to ensure that the feature isn't already in progress.
|
||||
|
||||
Before submitting a pull request:
|
||||
|
||||
- Check the codebase to ensure that your feature doesn't already exist.
|
||||
- Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
|
||||
|
||||
## Requirements
|
||||
|
||||
If the project maintainer has any additional requirements, you will find them listed here.
|
||||
|
||||
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer).
|
||||
|
||||
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
|
||||
|
||||
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
|
||||
|
||||
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs is not an option.
|
||||
|
||||
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
|
||||
|
||||
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
|
||||
|
||||
**Happy coding**!
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
@@ -1,3 +0,0 @@
|
||||
# Security Policy
|
||||
|
||||
If you discover any security related issues, please email younes.khoubza@gmail.com instead of using the issue tracker.
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,19 +5,16 @@ $shared = realpath(__DIR__.'/../.shared');
|
||||
|
||||
$resources = array(
|
||||
$shared,
|
||||
// __DIR__.'/../.github/ISSUE_TEMPLATE/',
|
||||
__DIR__.'/../.github/FUNDING.yml',
|
||||
// __DIR__.'/../README.md',
|
||||
__DIR__.'/../README.md',
|
||||
__DIR__.'/../LICENSE',
|
||||
);
|
||||
|
||||
$dirs = array(__DIR__.'/../packs', __DIR__.'/../src');
|
||||
|
||||
$packages = array();
|
||||
foreach ($dirs as $dir) {
|
||||
$packages = array_merge($packages, glob($dir.'/*/composer.json'));
|
||||
$packages = array_merge($packages, glob($dir.'/*/*/composer.json'));
|
||||
}
|
||||
$packages = array_reduce($dirs, function ($files, $dir) {
|
||||
return array_merge($files, glob("$dir/*/composer.json"), glob("$dir/*/*/composer.json"));
|
||||
}, array());
|
||||
|
||||
foreach ($packages as $package) {
|
||||
$package = realpath(dirname($package));
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
@@ -5,10 +5,38 @@
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
## About PHPFlasher
|
||||
|
||||
PHPFlasher is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
## Contributors
|
||||
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
|
||||
## Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
|
||||
Reference in New Issue
Block a user