tequilarapido / simple-widget
Simple widgets system for Laravel
1.1.2
2020-03-03 13:17 UTC
Requires
- laravel/framework: ~5.8.0|^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ^3.8
This package is auto-updated.
Last update: 2026-06-11 08:54:37 UTC
README
tequilarapido/simple-widget can help you easily split your pages into smaller chunks / widgets, that can be used elsewhere in your project.
This can be a simple way to avoid duplication and isolate some of the rendering logic of your application.
Contents
Installation
You can install the package using composer
$ composer require tequilarapido/simple-widget
Usage
...wip
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.