ghalwash/merq-laravel-nova-theme-responsive
最新稳定版本:v1.1
Composer 安装命令:
composer require ghalwash/merq-laravel-nova-theme-responsive
包简介
A Laravel Nova responsive theme.
README 文档
README
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 |
|---|---|---|
![]() |
![]() |
![]() |
Credits
- Waleed Ghalwash
- Original theme by Gregorio Hernández Caso
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 33.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-21


