marshmallow / nova-styling
A Responsive Laravel Nova Marshmallow Theme based on 'A Responsive Laravel Nova theme'. With dark mode :)
Package info
github.com/marshmallow-packages/nova-styling
Language:Blade
pkg:composer/marshmallow/nova-styling
Requires
- php: ^8.0
- marshmallow/categorise-resources: ^1.0.0
This package is auto-updated.
Last update: 2025-01-05 13:40:38 UTC
README
Laravel Nova Styling
This package customizes Laravel Nova with the original Marshmallow styling. Implemented for all multipurpose CMS systems created and developed by Marshmallow.
We support darkmode 🌙
Installation
composer require marshmallow/nova-styling
Vendor Publish
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="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="config" --force php artisan vendor:publish --provider="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="views" --force php artisan vendor:publish --provider="Marshmallow\NovaStyling\ThemeServiceProvider" --tag="styling" --force
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email stef@marshmallow.dev instead of using the issue tracker.
Credits
Responsive design is based on Nova Responsive Theme by Gregoriohc. See https://github.com/gregoriohc/laravel-nova-theme-responsive
License
The MIT License (MIT). Please see License File for more information.