kortdev/ippies-nova-theme

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

ippies Laravel Nova theme based on 'A Responsive Laravel Nova theme'.

v0.1.0 2020-06-09 15:00 UTC

This package is auto-updated.

Last update: 2020-09-28 08:55:15 UTC


README

Installation

composer require kortdev/ippies-nova-theme

This theme includes adapted Nova blade files and a config file with options based on Nova Responsive Theme . To use them, first publish the config file:

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

Responsive

If you wan't to make Nova responsive, please run the artisan command below.

php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeResponsive\ThemeServiceProvider"

Configure the options editing the config/nova-theme-responsive.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.