定制 ghalwash/merq-laravel-nova-theme-responsive 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ghalwash/merq-laravel-nova-theme-responsive

最新稳定版本:v1.1

Composer 安装命令:

composer require ghalwash/merq-laravel-nova-theme-responsive

包简介

A Laravel Nova responsive theme.

README 文档

README

Latest Version on Packagist Total Downloads Latest Version on Github

A simple Laravel Nova theme that add responsiveness to the site.

It can be used as is, or as a base theme to your own ones.

Installation

You can install the nova theme into a Laravel app that uses Nova via composer:

composer require ghalwash/merq-laravel-nova-theme-responsive

This theme include some config based options. To use them, first publish the config file:

php artisan vendor:publish --provider="Ghalwash\MerqLaravelNovaThemeResponsive\ThemeServiceProvider"

And then you can configure the options editing the config/merq-nova-theme-responsive.php file.

Usage

You can use this theme either:

A) Adding an stylesheet on your Nova app, and using the provided CSS classes to customize the styles

Make sure you have published the package skeleton stylesheet as mensioned in the installation section:

php artisan vendor:publish --provider="Ghalwash\MerqLaravelNovaThemeResponsive\ThemeServiceProvider"

Then, update the stylesheet with your custom styles. The file is located in resources/css/vendor/merq-laravel-nova-theme-responsive/responsive.css

B) Relying on the default theme classes

By removing the file located in resources/css/vendor/merq-laravel-nova-theme-responsive/responsive.css now you are tottaly dependent on the default theme style.

Uninstall

You can remove the nova responsive theme from your Laravel via composer:

composer remove ghalwash/merq-laravel-nova-theme-responsive

This will remove the package from vendor directory.

Screenshots

Menu Page Modal
merq-nova-responsive-dashboard-view merq-nova-responsive-index-menu-view merq-nova-responsive-page-view

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 33.54k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 3
  • Forks: 3
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-21