Nue UI.
2.0
2022-06-19 19:39 UTC
Requires
- php: >=7.3
README
Backend Template for Nue.
Installation
$ composer require nue-extensions/ui -vvv
$ php artisan vendor:publish --provider="Nue\Ui\UiServiceProvider"
Usage
Layouts
@extends('ui::app') or @extends('ui::blank')
Custom favicon, brands and sidebar themes
You can customize them from config/ui.php using your links.
Custom menu (manual)
Manage it as usual code from resources/views/vendor/nue/menu/*.
Example
Open http://localhost/example.
Components (soon)
Alert
<x-alert class="alert-soft-danger"></x-alert>
License
Licensed under The MIT License (MIT).