Download the PHP package novay/nue without Composer
On this page you can find all versions of the php package novay/nue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package nue
Short Description Complete Boilerplate for Laravel.
License MIT
Homepage https://github.com/novay/nue
Informations about the package nue
Nue Boilerplate
You'll find the documentation on https://nue.btekno.id/docs.
Screenshot
Documentation
- Requirements
- Installation
- Configuration
- Components
- Alert
- License
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
-
Install package via composer :
- Configure your DB :
It's important! Because this package will run a migration command automatically behind the scene.
-
Execute this installation:
- 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:
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).
All versions of nue with dependencies
laravelcollective/html Version ^6.3
yajra/laravel-datatables-oracle Version ^9.0|^10.1
symfony/dom-crawler Version ^6.1