Nue UI.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

2.0 2022-06-19 19:39 UTC

This package is not auto-updated.

Last update: 2024-06-04 04:28:58 UTC


README

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