kortdev / ippies-nova-theme
ippies Laravel Nova theme based on 'A Responsive Laravel Nova theme'.
Requires
- php: ^7.1.0
- gregoriohc/laravel-nova-theme-responsive: ^0.8.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.