, (*1)
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*2)
A Laravel 5 package that switch default Laravel scaffolding / boilerplate to UIkit template., (*3)
Install
Via Composer, (*4)
``` bash
"require": {
"abr4xas/nuky": "dev-master"
}, (*5)
* In Laravel 5.5 the package will autoregister the service provider.
* In Laravel 5.4 you must install this service provider.
```php
// config/app.php
'providers' => [
Abr4xas\Nuky\nukyServiceProvider::class
];
Then:, (*6)
php artisan vendor:publish --tag=nuky --force
Change log
Please see CHANGELOG for more information on what has changed recently., (*7)
Testing
bash
$ composer test
, (*8)
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details., (*9)
Security
If you discover any security related issues, please click here., (*10)
Support
Does your business depend on our contributions? Reach out and support me on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff., (*11)
Credits
License
The MIT License (MIT). Please see License File for more information., (*12)