novay / nue
This package is abandoned and no longer maintained.
No replacement package was suggested.
Complete Boilerplate for Laravel.
3.208
2022-12-04 06:49 UTC
Requires
- php: ^7.3|^8.0
- laravelcollective/html: ^6.3
- symfony/dom-crawler: ^6.1
- yajra/laravel-datatables-oracle: ^9.0|^10.1
README
You'll find the documentation on https://nue.btekno.id/docs.
Screenshot
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
- Install package via composer :
composer require novay/nue
- Configure your DB :
It's important! Because this package will run a migration command automatically behind the scene.
- Execute this installation:
php artisan nue:install --force
- 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 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).