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 />