gsferro/widget-easy
最新稳定版本:v1.0
Composer 安装命令:
composer require gsferro/widget-easy
包简介
Manipulate your dashboard and widgets, with database persistence and user preference, easily
关键字:
README 文档
README
Demo
Dependencias
Instalação
composer require gsferro/widget-easy && php artisan vendor:publish --provider="Gsferro\WidgetEasy\Providers\WidgetEasyServiceProvider" --force
@WidgeteasyCSS() @WidgeteasyJS()
Uso
-
Estrutura básica
<x-widget-easy-container> <x-slot name="left"> <!-- items iniciais do lado esquerdo ---> <x-widget-easy-children id="<id>"> <!-- seu componente / html ---> </x-widget-easy-children> </x-slot> <x-slot name="right"> <!-- items iniciais do lado direito ---> <x-widget-easy-children id="<id>"> <!-- seu componente / html ---> </x-widget-easy-children> </x-slot> </x-widget-easy-container>
-
Com Título
<x-widget-easy-children id="<id>" title="<title>"> <!-- seu componente / html ---> </x-widget-easy-children>
-
Ocultável (Obrigatório Título)
<x-widget-easy-children id="<id>" title="<title>" isRemovible> <!-- seu componente / html ---> </x-widget-easy-children>
Informações Gerais
- É necessário estar logado, pois é utilizado como pk
auth()->user()->id
License
- MIT License
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-29

