https://github.com/gregoriohc/laravel-nova-theme-responsive
[DEPRECATED] A Laravel Nova responsive theme
https://github.com/gregoriohc/laravel-nova-theme-responsive
deprecated laravel nova
Last synced: 17 days ago
JSON representation
[DEPRECATED] A Laravel Nova responsive theme
- Host: GitHub
- URL: https://github.com/gregoriohc/laravel-nova-theme-responsive
- Owner: gregoriohc
- License: mit
- Created: 2018-09-16T19:59:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T15:18:50.000Z (about 3 years ago)
- Last Synced: 2024-10-29T22:52:35.129Z (7 months ago)
- Topics: deprecated, laravel, nova
- Language: CSS
- Homepage:
- Size: 24.4 KB
- Stars: 340
- Watchers: 13
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-laravel-nova - Laravel Nova Responsive Theme
README
# Deprecation notice
New Nova 4 release is fully responsive (https://nova.laravel.com/docs/4.0/releases.html#responsive-design), so this package is no longer needed and it will not be updated anymore.Thanks to everybody for the support during this years and I hope the package was useful to many people.
If you are using and old (<= 3) version of Nova, you still can use this package, but there will be no more releases or bug fixes.
# Laravel Nova Responsive Theme
[](https://packagist.org/packages/gregoriohc/laravel-nova-theme-responsive)
[](https://packagist.org/packages/gregoriohc/laravel-nova-theme-responsive)A simple Laravel Nova theme that add responsiveness to the site.
It can be used as is, or as a base theme to your own ones.
## Installation
You can install the nova theme into a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
```bash
composer require gregoriohc/laravel-nova-theme-responsive
```This theme include some config based options. To use them, first publish the config file:
```bash
php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeResponsive\ThemeServiceProvider"
```And then you can configure the options editing the `config/nova-theme-responsive.php` file.
## Screenshots
Dashboard | Menu | Index
------------ | ------------- | -------------
 |  | Detail | Create | Delete
------------ | ------------- | -------------
 | | ## Credits
- [Gregorio Hernández Caso](https://github.com/gregoriohc)
## Support the development
**Do you like this project? Support it by donating**- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GM9RYQ4R22LKG¤cy_code=EUR&source=url)
- Patreon: [Donate](https://www.patreon.com/gregoriohc)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.