yaroslawww / nova-responsive-theme
A Laravel Nova responsive theme.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
Requires
- php: >=8.0
- laravel/nova: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.3
- orchestra/testbench: ^6.23
- psalm/plugin-laravel: ^1.5
- vimeo/psalm: ^4.13
This package is auto-updated.
Last update: 2022-07-09 13:26:29 UTC
README
Since laravel nova v4 - package is abandoned
This package is fork from gregoriohc/laravel-nova-theme-responsive but with changes for custom purposes. It is recommended to use the main package and not the fork.
Installation
Install the package via composer:
composer require yaroslawww/nova-responsive-theme
Install refresh styles:
php artisan nova:responsive-theme:refresh
You can publish the config file with:
php artisan vendor:publish --provider="NovaResponsiveTheme\ThemeServiceProvider" --tag="config"