LaravelPackages.net
Acme Inc.
Toggle sidebar
nue-extensions/ui

Nue UI.

5
0
2.0
About nue-extensions/ui

nue-extensions/ui is a Laravel package for nue ui.. It currently has 0 GitHub stars and 5 downloads on Packagist (latest version 2.0). Install it with composer require nue-extensions/ui. Discover more Laravel packages by nue-extensions or browse all Laravel packages to compare alternatives.

Last updated

nue-extensions/ui

Packagist Total Downloads Pull request welcome

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).

Comments