Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

novay/nue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nue Boilerplate - A package for those of you who are tired of coding. https://nue.btekno.id

Resources

License

Stars

Watchers

Forks

Packages

No packages published