gregoriohc/laravel-nova-theme-responsive

该包已被弃用且不再维护。未建议替代包。

一个Laravel Nova响应式主题。

v0.8.1 2020-03-08 16:15 UTC

This package is auto-updated.

Last update: 2022-04-05 15:33:16 UTC


README

新Nova 4版本完全响应式(https://nova.laravel.net.cn/docs/4.0/releases.html#responsive-design),因此该包不再需要,也不会再进行更新。

感谢大家在过去几年里的支持,希望这个包对很多人都有用。

如果您使用的是旧版本(<= 3)的Nova,您仍然可以使用这个包,但将不再发布新版本或修复bug。

Laravel Nova Responsive Theme

Latest Version on Packagist Total Downloads

一个简单的Laravel Nova主题,为网站添加响应式功能。

可以直接使用,也可以作为您自己的主题的基础。

安装

您可以通过composer将nova主题安装到使用Nova的Laravel应用中

composer require gregoriohc/laravel-nova-theme-responsive

此主题包含一些基于配置的选项。要使用它们,首先发布配置文件

php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeResponsive\ThemeServiceProvider"

然后您可以通过编辑config/nova-theme-responsive.php文件来配置选项。

截图

仪表板 菜单 索引
nova-responsive-dashboard-view nova-responsive-index-menu-view nova-responsive-index-view
详情 创建 删除
nova-responsive-detail-view nova-responsive-create-view nova-responsive-delete-view

致谢

支持开发

喜欢这个项目吗?通过捐赠支持它

许可证

MIT许可证(MIT)。有关更多信息,请参阅许可证文件