2017 © Pedro Peláez
 

library nuky

A Laravel 5 package that switch default Laravel scaffolding / boilerplate to UIkit template.

image

abr4xas/nuky

A Laravel 5 package that switch default Laravel scaffolding / boilerplate to UIkit template.

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Nuky , (*1)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions

31/12 2017

dev-master

9999999-dev https://github.com/abr4xas/nuky

A Laravel 5 package that switch default Laravel scaffolding / boilerplate to UIkit template.

  Sources   Download

MIT

The Requires

 

The Development Requires

abr4xas nuky