Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
M

MerQ Responsive Theme

Readme

MerQ Laravel Nova Responsive Theme

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.

Reviews

By ibrahem kamal on May 21, 2020

great work , thanks

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version v1.1
Composer
ghalwash/merq-laravel-nova-theme-responsive
GitHub stars 14
Packagist downloads 33,719

Favorites

6 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
3 ratings

Author

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas