2017 © Pedro Peláez
 

library minifyit

image

krbv/minifyit

  • Saturday, January 28, 2017
  • by Krbv
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Minifyit

Install

``` bash composer require krbv/minifyit, (*1)

or
``` php
"require": {
    "krbv/minifyit": "0.1.*"
}

config/app.php ``` php 'providers' => [ Krbv\Minifyit\MinifyitServiceProvider::class ];, (*2)



## Usage ``` php $this->minifyit = \App::make('minifyit'); $this->minifyit->setCSS( ['/css/style.css','/css/form.css'], // will be merged in one new file. '/css/single.css' ); $this->minifyit->setJS( \* the same *\ );

CSS is going to appear before "" JS before ", (*3)

", (*4)

For personal settings

bash php artisan vendor:publish Config: /config/minifyit.php Views: /view/vendor/minifyit/css.html /view/vendor/minifyit/js.html, (*5)

The Versions

28/01 2017

dev-master

9999999-dev

  Sources   Download

The Development Requires

by Igor Korobov

laravel

28/01 2017

v0.1.5

0.1.5.0

  Sources   Download

The Development Requires

by Igor Korobov

laravel

31/12 2016

v0.1.4

0.1.4.0

  Sources   Download

The Development Requires

by Igor Korobov

laravel

21/12 2016

v0.1.3

0.1.3.0

  Sources   Download

The Development Requires

by Igor Korobov

laravel

21/12 2016

v0.1.2

0.1.2.0

  Sources   Download

The Development Requires

by Igor Korobov

laravel

21/12 2016

v0.1.1

0.1.1.0

  Sources   Download

The Development Requires

by Igor Korobov

laravel