novay / nue
Complete Boilerplate for Laravel.
Installs: 122
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/novay/nue
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 deletionetcetera. - 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-checklabel: label to display, can also be placed in theslotcolor: Available color e.g.primary,danger,success,warning,soft-*dismissible: set the alert to be dismissible
...
License
Licensed under The MIT License (MIT).
