PHPackages                             chriscubos/jspack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chriscubos/jspack

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chriscubos/jspack
=================

Laraval collection of public assets packages for your development.

1.0.0(9y ago)0161MITJavaScriptPHP ~5.4|~7.0

Since Sep 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/chriscubos/jspack)[ Packagist](https://packagist.org/packages/chriscubos/jspack)[ Docs](https://github.com/chriscubos/jspack)[ RSS](/packages/chriscubos-jspack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

chriscubos/jspack
=================

[](#chriscubosjspack)

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

Install
-------

[](#install)

Via Composer

```
$ composer require chriscubos/jspack
```

Setup \[config/app.php\]
------------------------

[](#setup-configappphp)

```
// add this
	'providers' => [

		Chriscubos\JsPack\JsPackServiceProvider::class,

	],
```

Usage
-----

[](#usage)

```
