Download the PHP package ghalwash/merq-laravel-nova-theme-responsive without Composer
On this page you can find all versions of the php package ghalwash/merq-laravel-nova-theme-responsive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghalwash/merq-laravel-nova-theme-responsive
More information about ghalwash/merq-laravel-nova-theme-responsive
Files in ghalwash/merq-laravel-nova-theme-responsive
Package merq-laravel-nova-theme-responsive
Short Description A Laravel Nova responsive theme.
License MIT
Homepage https://github.com/MerQ-ai/merq-laravel-nova-responsive-theme
Informations about the package merq-laravel-nova-theme-responsive
MerQ Laravel Nova Responsive Theme
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:
This theme include some config based options. To use them, first publish the config file:
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:
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:
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.