Nue UI.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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).