Download the PHP package laravolt/ui without Composer
On this page you can find all versions of the php package laravolt/ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ui
laravolt/ui
Install
1. Register package via composer
2. Register service provider
3. Link assets
php artisan laravolt:link-assets
SIDEBAR MENU
publish configuration file
php artisan vendor:publish --provider='Laravolt\Ui\ServiceProvider'
there will be file config/laravolt/menu.php
and example menu inside it.
example above will resulted like this
add your section title
in key of top-level array configuration
and add menus or submenus in ['menu' => [ /* add your menus here */]
and add data to your menu in ['data' => [/* your key => value pair of data */] ]
All versions of ui with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
illuminate/support Version 5.6.*|5.7.*|5.8.*|6.*
illuminate/console Version 5.6.*|5.7.*|5.8.*|6.*
lavary/laravel-menu Version ^1.7.2
stolz/assets Version ^0.1.11
illuminate/support Version 5.6.*|5.7.*|5.8.*|6.*
illuminate/console Version 5.6.*|5.7.*|5.8.*|6.*
lavary/laravel-menu Version ^1.7.2
stolz/assets Version ^0.1.11
The package laravolt/ui contains the following files
Loading the files please wait ....