laralabs / toaster
Easily generate and bind message JSON data to the view for use in frontend toast components
4.0.1
2022-02-14 21:10 UTC
Requires
- php: ^7.3|^8.0
- illuminate/contracts: ^5.5|^6.0|^7.0|^8.0|^9.0
- illuminate/database: ^5.5|^6.0|^7.0|^8.0|^9.0
- illuminate/session: ^5.5|^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^5.5|^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.4|^4.0|^5.0|^6.0|^7.0
- phpunit/phpunit: ^6.0|^7.0|^8.0|^9.0
This package is auto-updated.
Last update: 2023-01-14 22:57:12 UTC
README
The toaster package for Laravel provides a quick 'n' easy method for creating toast messages and binding the data to your view as a JS variable.You can then access them in your favourite JS component or use laralabs-vue-toaster, built for this package.
composer require laralabs/toaster
Documentation
Full documentation can be found at the link below:
Preview
Example of Toaster being used with laralabs-vue-toaster, this setup is included within the documentation.
Demo
A live demo is available here
Support
Please raise an issue on GitHub if there is a problem.
License
This is open-sourced software licensed under the MIT License.