kortdev/nova-theme

This package is abandoned and no longer maintained. The author suggests using the marshmallow/nova-styling package instead.

Kort.dev Laravel Nova theme based on 'A Responsive Laravel Nova theme'.

v0.0.8 2020-09-14 18:06 UTC

This package is auto-updated.

Last update: 2021-04-22 09:57:05 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the nova theme into a Laravel app that uses Nova via composer:

composer require kortdev/nova-theme

This theme includes adapted Nova blade files based on Nova Responsive Theme and some config based options. To use them, publish the view, style & config files:

php artisan vendor:publish --provider="Kortdev\NovaTheme\ThemeServiceProvider" --force

And then you can configure the options editing the config/nova-theme.php file.

Credits

Responsive design is based on Nova Responsive Theme by Gregoriohc. See https://github.com/gregoriohc/laravel-nova-theme-responsive - Gregorio Hernández Caso

Copyright (c) 2020 Kortdev.

License

The MIT License (MIT). Please see License File for more information.