marshmallow/nova-styling

This package is abandoned and no longer maintained. No replacement package was suggested.

A Responsive Laravel Nova Marshmallow Theme based on 'A Responsive Laravel Nova theme'. With dark mode :)

Installs: 95 849

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 3

Forks: 5

Open Issues: 13

Language:Blade

pkg:composer/marshmallow/nova-styling


README

alt text

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 🌙

marshmallow-nova-styling-example

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.