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.
You can install the nova theme into a Laravel app that uses Nova via composer:
composer require gregoriohc/laravel-nova-theme-responsive
This theme include some config based options. To use them, first publish the config file:
php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeResponsive\ThemeServiceProvider"
And then you can configure the options editing the config/nova-theme-responsive.php
file.
Dashboard | Menu | Index |
---|---|---|
Detail | Create | Delete |
---|---|---|
Do you like this project? Support it by donating
The MIT License (MIT). Please see License File for more information.