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
- dev-master / 1.1.x-dev
- 1.1.2
- 1.1.1
- v1.1.0
- 1.0.x-dev
- 1.0.2
- 1.0.0
- 0.0.1
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/standard-version-8.0.1
- dev-dependabot/npm_and_yarn/lodash.template-4.5.0
- dev-upgrade/5.8
This package is auto-updated.
Last update: 2024-12-11 05:43:50 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.