PHPackages                             claudye/laracompress - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. claudye/laracompress

ActivePackage[File &amp; Storage](/categories/file-storage)

claudye/laracompress
====================

Laracompress is a laravel package for compressing and decompressing files withing your project.

59PHP

Since Jun 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Claudye/laracompress)[ Packagist](https://packagist.org/packages/claudye/laracompress)[ RSS](/packages/claudye-laracompress/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Laracompress** is a laravel package for compressing and decompressing files withing your project.

When to use?
============

[](#when-to-use)

You will use laracompress, when you are designing an application that handles compressed (zipped) files and you want a quick and easy solution.

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

[](#installation)

- Create your laravel project Install this package by typing in the root folder of your project

`composer require claudye/laracompress`

If you have no errors, everything went well!

- Load our service provider Make sure that the service provider `Laracompress\Providers\LaracompressProvider` is added to the service providers of laravel In the file, `./config/app.php`, add the following class to the list of service providers

```
