This plugin provides the ability to use partials from one theme in other themes.
Installation via Command Line
php artisan plugin:install KurokiRenn.OvPartials
Overlapping Partials Plugin
This plugin provides the ability to use partials from one theme in other themes. You don't need to create several equal partials in several themes now, just use partials from one theme in all themes.
Requirements
No requirements.
Notes
Please note that the theme name before '!!' should be the theme directory name.
Using Overlapping Partials
For Twig
{% partial "mythemename!!my_partial_name" %}
For Components
$this->renderPartial('mythemename!!my_partial_name', $somePartialData)
-
This plugin has not been reviewed yet.
-
| 1.0.1 |
First version of Overlapping Partials Jul 17, 2020 |
|---|