2017 © Pedro Peláez
 

library jspack

Laraval collection of public assets packages for your development.

image

chriscubos/jspack

Laraval collection of public assets packages for your development.

  • Saturday, September 3, 2016
  • by chriscubos
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

chriscubos/jspack

A LaravelPHP package for your important jQuery libraries preloaded in your [/public/packages] folder. With easy to use blade directives and calls., (*1)

Install

Via Composer, (*2)

``` bash $ composer require chriscubos/jspack, (*3)


## Setup [config/app.php] ```php // add this 'providers' => [ Chriscubos\JsPack\JsPackServiceProvider::class, ],

Usage

``` php =JsPack::packages(['datatables', 'bootstrap-wysihtml5']);?>, (*4)

// blade must use {!! !!} {!!JsPack::packages(['datatables', 'bootstrap-wysihtml5'])!!}, (*5)

// Directive @jspack(['datatables', 'bootstrap-wysihtml5']), (*6)

#### Output
``` html

<link href='/packages/datatables/dataTables.bootstrap.css' rel='stylesheet'/>
<link href='/packages/datatables/jquery.dataTables.min.css' rel='stylesheet'/>


<link href='/packages/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css' rel='stylesheet'/>

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please email chriscubos@outlook.com instead of using the issue tracker., (*9)

Credits

  • [Christopher John Cubos][link-author]
  • [Ethan Sky Cubos][link-author]
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

03/09 2016

dev-master

9999999-dev https://github.com/chriscubos/jspack

Laraval collection of public assets packages for your development.

  Sources   Download

MIT

The Requires

 

by Ethan Sky Cubos

laravel php jquery chriscubos blade directives laravel jspack

03/09 2016

1.0.0

1.0.0.0 https://github.com/chriscubos/jspack

Laraval collection of public assets packages for your development.

  Sources   Download

MIT

The Requires

 

by Ethan Sky Cubos

laravel php jquery chriscubos blade directives laravel jspack

03/09 2016

dev-patch-1

dev-patch-1 https://github.com/chriscubos/jspack

Laraval collection of public assets packages for your development.

  Sources   Download

MIT

The Requires

 

by Ethan Sky Cubos

laravel php jquery chriscubos blade directives laravel jspack