From 2a4918f4c16cbe3a7b6862cafc57b4e824c155b1 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Fri, 13 Jan 2023 05:48:40 +0100 Subject: [PATCH] update GitHub Community Health Files --- .github/CODE_OF_CONDUCT.md | 76 ----------------------- .github/CONTRIBUTING.md | 55 ---------------- .github/ISSUE_TEMPLATE/bug_report.md | 38 ------------ .github/ISSUE_TEMPLATE/feature_request.md | 20 ------ .github/SECURITY.md | 3 - README.md | 28 +++++++++ bin/copy | 11 ++-- packs/laravel-pack/README.md | 28 +++++++++ packs/php-pack/README.md | 28 +++++++++ packs/symfony-pack/README.md | 28 +++++++++ src/Cli/Laravel/README.md | 28 +++++++++ src/Cli/Prime/README.md | 28 +++++++++ src/Cli/Symfony/README.md | 28 +++++++++ src/Laravel/README.md | 28 +++++++++ src/Noty/Laravel/README.md | 28 +++++++++ src/Noty/Prime/README.md | 28 +++++++++ src/Noty/Symfony/README.md | 28 +++++++++ src/Notyf/Laravel/README.md | 28 +++++++++ src/Notyf/Prime/README.md | 28 +++++++++ src/Notyf/Symfony/README.md | 28 +++++++++ src/Pnotify/Laravel/README.md | 28 +++++++++ src/Pnotify/Prime/README.md | 28 +++++++++ src/Pnotify/Symfony/README.md | 28 +++++++++ src/Prime/README.md | 28 +++++++++ src/SweetAlert/Laravel/README.md | 28 +++++++++ src/SweetAlert/Prime/README.md | 28 +++++++++ src/SweetAlert/Symfony/README.md | 28 +++++++++ src/Symfony/README.md | 28 +++++++++ src/Toastr/Laravel/README.md | 28 +++++++++ src/Toastr/Prime/README.md | 28 +++++++++ src/Toastr/Symfony/README.md | 28 +++++++++ 31 files changed, 704 insertions(+), 199 deletions(-) delete mode 100644 .github/CODE_OF_CONDUCT.md delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/SECURITY.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index ec367cc6..00000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -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 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index b4ae1c4a..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -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**! diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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. diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index d9b55dde..00000000 --- a/.github/SECURITY.md +++ /dev/null @@ -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. diff --git a/README.md b/README.md index 11ddcb4c..807aaa84 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/bin/copy b/bin/copy index f804ec88..bbfeb90b 100755 --- a/bin/copy +++ b/bin/copy @@ -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)); diff --git a/packs/laravel-pack/README.md b/packs/laravel-pack/README.md index 11ddcb4c..807aaa84 100644 --- a/packs/laravel-pack/README.md +++ b/packs/laravel-pack/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/packs/php-pack/README.md b/packs/php-pack/README.md index 11ddcb4c..807aaa84 100644 --- a/packs/php-pack/README.md +++ b/packs/php-pack/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/packs/symfony-pack/README.md b/packs/symfony-pack/README.md index 11ddcb4c..807aaa84 100644 --- a/packs/symfony-pack/README.md +++ b/packs/symfony-pack/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Cli/Laravel/README.md b/src/Cli/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Cli/Laravel/README.md +++ b/src/Cli/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Cli/Prime/README.md b/src/Cli/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Cli/Prime/README.md +++ b/src/Cli/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Cli/Symfony/README.md b/src/Cli/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Cli/Symfony/README.md +++ b/src/Cli/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Laravel/README.md b/src/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Laravel/README.md +++ b/src/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Noty/Laravel/README.md b/src/Noty/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Noty/Laravel/README.md +++ b/src/Noty/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Noty/Prime/README.md b/src/Noty/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Noty/Prime/README.md +++ b/src/Noty/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Noty/Symfony/README.md b/src/Noty/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Noty/Symfony/README.md +++ b/src/Noty/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Notyf/Laravel/README.md b/src/Notyf/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Notyf/Laravel/README.md +++ b/src/Notyf/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Notyf/Prime/README.md b/src/Notyf/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Notyf/Prime/README.md +++ b/src/Notyf/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Notyf/Symfony/README.md b/src/Notyf/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Notyf/Symfony/README.md +++ b/src/Notyf/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Pnotify/Laravel/README.md b/src/Pnotify/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Pnotify/Laravel/README.md +++ b/src/Pnotify/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Pnotify/Prime/README.md b/src/Pnotify/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Pnotify/Prime/README.md +++ b/src/Pnotify/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Pnotify/Symfony/README.md b/src/Pnotify/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Pnotify/Symfony/README.md +++ b/src/Pnotify/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Prime/README.md b/src/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Prime/README.md +++ b/src/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/SweetAlert/Laravel/README.md b/src/SweetAlert/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/SweetAlert/Laravel/README.md +++ b/src/SweetAlert/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/SweetAlert/Prime/README.md b/src/SweetAlert/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/SweetAlert/Prime/README.md +++ b/src/SweetAlert/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/SweetAlert/Symfony/README.md b/src/SweetAlert/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/SweetAlert/Symfony/README.md +++ b/src/SweetAlert/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Symfony/README.md b/src/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Symfony/README.md +++ b/src/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Toastr/Laravel/README.md b/src/Toastr/Laravel/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Toastr/Laravel/README.md +++ b/src/Toastr/Laravel/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Toastr/Prime/README.md b/src/Toastr/Prime/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Toastr/Prime/README.md +++ b/src/Toastr/Prime/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes. diff --git a/src/Toastr/Symfony/README.md b/src/Toastr/Symfony/README.md index 11ddcb4c..807aaa84 100644 --- a/src/Toastr/Symfony/README.md +++ b/src/Toastr/Symfony/README.md @@ -5,10 +5,38 @@

+## 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 yoeunes.