2017 © Pedro Peláez
 

library minify

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

image

ellipsesynergie/minify

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

  • Wednesday, February 12, 2014
  • by maximebeaudoin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 653 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Minify

This package contain some command to minify css and javascript. This package currently work only with Laravel 4., (*1)

Status

Build Status Total Downloads Latest Stable Version, (*2)

Documentation

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require ellipsesynergie/minify., (*3)

{
    "require": {
        "ellipsesynergie/minify": "dev-master"
    }
}

Update your packages with composer update or install with composer install., (*4)

Once this operation completes, you need to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*5)

EllipseSynergie\Minify\MinifyServiceProvider

Configurations

To configure the package to meet your needs, you must publish the configuration in your application before you can modify them. Run this artisan command., (*6)

php artisan config:publish ellipsesynergie/minify

Available commands

Minify and packing CSS. php artisan ellipse:minifycss, (*7)

Minify and packing Javascript. (Required uglifyjs to work) php artisan ellipse:minifyjs, (*8)

The Versions

12/02 2014

dev-master

9999999-dev

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel css command javascript minify

12/02 2014

0.2.0

0.2.0.0

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel css command javascript minify

16/12 2013

0.1.0

0.1.0.0

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel css command javascript minify