PHPackages                             nonetallt/joptimize-laravel - 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. nonetallt/joptimize-laravel

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

nonetallt/joptimize-laravel
===========================

nonetallt/joptimize wrapper for laravel

011PHP

Since Jan 2Pushed 8y agoCompare

[ Source](https://github.com/nonetallt/joptimize-laravel)[ Packagist](https://packagist.org/packages/nonetallt/joptimize-laravel)[ RSS](/packages/nonetallt-joptimize-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

joptimize-laravel
=================

[](#joptimize-laravel)

[Joptimize](https://github.com/nonetallt/joptimize) wrapper for Laravel framework

[![php artisan joptimize output](https://camo.githubusercontent.com/42ca476a66802cc69365d33bf2163326dde9ce806bd639f37ee9a6b61ab68e34/68747470733a2f2f692e696d6775722e636f6d2f34554659634f392e706e67)](https://camo.githubusercontent.com/42ca476a66802cc69365d33bf2163326dde9ce806bd639f37ee9a6b61ab68e34/68747470733a2f2f692e696d6775722e636f6d2f34554659634f392e706e67)

Installation
============

[](#installation)

```
composer require nonetallt/joptimize-laravel --dev

```

Basic usage:
============

[](#basic-usage)

Running the command:

```
php artisan joptimize

```

Configuration
=============

[](#configuration)

Publishing the configuration:

```
php artisan vendor:publish --provider="Nonetallt\Joptimize\Laravel\JoptimizeServiceProvider"

```

Check the [main package](https://github.com/nonetallt/joptimize) for supported parameter types and other details

```
