Complete Boilerplate for Laravel.


Keywords
ui, boilerplate, laravel
License
MIT

Documentation

Nue Boilerplate

Packagist Total Downloads Pull request welcome

You'll find the documentation on https://nue.btekno.id/docs.

Screenshot

nue-package.png

Documentation

Requirements

  • PHP 7+
  • Laravel 5, 6, 7, 8, 9

Important to note : You can try this within a new project, because i'm worried that it will interfere or even damage the database structure & resource views of the project you've created before. For more details, please see here.

Installation

  1. Install package via composer :
composer require novay/nue
  1. Configure your DB :

It's important! Because this package will run a migration command automatically behind the scene.

  1. Execute this installation:
php artisan nue:install --force
  1. And you are ready to go!

Configuration

For the first, you can use this default credential :

  • Username : novay@btekno.id
  • Password : adminsss

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 the slot
  • color: Available color e.g. primary, danger, success, warning, soft-*
  • dismissible: set the alert to be dismissible

...

License

Licensed under The MIT License (MIT).