Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T15:18:50.000Z (over 2 years ago)
- Last Synced: 2024-05-17T06:46:23.341Z (6 months ago)
- Topics: deprecated, laravel, nova
- Language: CSS
- Homepage:
- Size: 24.4 KB
- Stars: 343
- Watchers: 13
- Forks: 51
- 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
[![Latest Version on Packagist](https://img.shields.io/packagist/v/gregoriohc/laravel-nova-theme-responsive.svg?style=flat-square)](https://packagist.org/packages/gregoriohc/laravel-nova-theme-responsive)
[![Total Downloads](https://img.shields.io/packagist/dt/gregoriohc/laravel-nova-theme-responsive.svg?style=flat-square)](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
------------ | ------------- | -------------
![nova-responsive-dashboard-view](https://user-images.githubusercontent.com/29180903/45772680-5ff51600-bc16-11e8-85c8-da33d9a6fea5.png) | ![nova-responsive-index-menu-view](https://user-images.githubusercontent.com/29180903/45772682-608dac80-bc16-11e8-9b15-b69131c2f02a.png) | ![nova-responsive-index-view](https://user-images.githubusercontent.com/29180903/45772683-608dac80-bc16-11e8-9266-404617968c3f.png)Detail | Create | Delete
------------ | ------------- | -------------
![nova-responsive-detail-view](https://user-images.githubusercontent.com/29180903/45772677-5ff51600-bc16-11e8-90e9-17e6025f8998.png) | ![nova-responsive-create-view](https://user-images.githubusercontent.com/29180903/45772681-5ff51600-bc16-11e8-84c9-c0f61890bfed.png)| ![nova-responsive-delete-view](https://user-images.githubusercontent.com/29180903/45772679-5ff51600-bc16-11e8-93d5-cd2a88b7e54a.png)## 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.