codicastudio/responsive

A random Codica Studio package.

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/codicastudio/responsive

1.0.1 2020-09-23 09:52 UTC

This package is not auto-updated.

Last update: 2025-10-05 02:34:45 UTC


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 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.