marshmallow/nova-styling

一个基于 'A Responsive Laravel Nova theme' 的响应式Laravel Nova Marshmallow主题。支持暗黑模式 :)


README

alt text

Laravel Nova Styling

此包通过原始的Marshmallow样式定制Laravel Nova。为Marshmallow创建和开发的各类多用途CMS系统实现。

我们支持暗黑模式 🌙

marshmallow-nova-styling-example

安装

composer require marshmallow/nova-styling

Vendor Publish

本主题包含修改后的Nova blade文件和基于Nova Responsive Theme的选项配置文件。要使用它们,首先发布配置文件

php artisan vendor:publish --provider="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="config" --force
php artisan vendor:publish --provider="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="views" --force
php artisan vendor:publish --provider="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="styling" --force

更新日志

有关最近更改的更多信息,请参阅更新日志

安全性

如果您发现任何安全相关的问题,请通过电子邮件stef@marshmallow.dev联系,而不是使用问题跟踪器。

鸣谢

响应式设计基于Gregoriohc的Nova Responsive Theme。见https://github.com/gregoriohc/laravel-nova-theme-responsive

许可

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