2017 © Pedro Peláez
 

library assets

Make Building a Laravel Package with Assets easy.

image

chriscubos/assets

Make Building a Laravel Package with Assets easy.

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

The README.md

laravel-assets

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Install

Via Composer, (*3)

``` bash $ composer require chriscubos/assets, (*4)


### config/app.php ``` php <?php return [ 'providers' => [ Chriscubos\Assets\AssetsServiceProvider::class, ], ] ?>

install configuration

``` bash php artisan vendor:publish, (*5)


### Optional Tasks ``` bash $ composer dump-autoload

Usage

``` php // organize collection sets =Assets::collection(['jquery', 'bootstrap', 'style.css']);?>, (*6)

// grouped packages for your fun =Assets::packages(['colorpicker', 'bootstrap-slider'])?>, (*7)

// takes assets from the theme folder auto switch with my theme package =Assets::theme(['style.css','_all-skins.min.css'])?>, (*8)


## Configuration ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

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

Security

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

Credits

License

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

The Versions

04/09 2016

dev-master

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

Make Building a Laravel Package with Assets easy.

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0

 

The Development Requires

by Ethan Sky Cubos

assets packagist chriscubos laravel package builder

04/09 2016

dev-analysis-qrDNrD

dev-analysis-qrDNrD https://github.com/chriscubos/assets

Make Building a Laravel Package with Assets easy.

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0

 

The Development Requires

by Ethan Sky Cubos

assets packagist chriscubos laravel package builder

04/09 2016

5.3.0.x-dev

5.3.0.9999999-dev https://github.com/chriscubos/assets

Make Building a Laravel Package with Assets easy.

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0

 

The Development Requires

by Ethan Sky Cubos

packagist chriscubos laravel package builder

04/09 2016

5.3.0

5.3.0.0 https://github.com/chriscubos/assets

Make Building a Laravel Package with Assets easy.

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0
  • chrirscubos/jspack 1.0.0
  • chrirscubos/packager 1.0.0

 

The Development Requires

by Ethan Sky Cubos

packagist chriscubos laravel package builder