Nue Boilerplate
Screenshot
Documentation
Requirements
- Laravel
- Iconify must be called to use icons, simply use CDN
Installation
Require the package via composer:
composer require novay/nue -vvv
Install with:
php artisan nue:install --force
And you are ready to go!
Configuration
Make sure to check out our config files at config/nue.php
. Here you can :
- Change the default application name
- Customize brands or assets files like favicon and the application logo.
- Disable some built in features like
registration
,account deletion
etcetera. - And others configurations which you can play with.
Components (Coming Soon! Unstable)
Alert
A Nue alert:
<x-nue::alert
:label="__('It was successful!')"
color="info"
dismissible
/>
Available Props & Slots
icon
: Iconify icon to show before label e.g.icon-park-twotone:add-one
,heroicons-solid:badge-check
label
: label to display, can also be placed in theslot
color
: Available color e.g.primary
,danger
,success
,warning
,soft-*
dismissible
: set the alert to be dismissible
...
License
Licensed under The MIT License (MIT).