Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubashar Ahmad authored May 26, 2017
1 parent c3ca3d2 commit c1f24b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This library was written to simplify and automate Zip files management using [PH
### Installation
Require this package in your composer.json and update composer. This will download the package.

composer require zanysoft/cpanel-api
composer require zanysoft/laravel-zip

After updating composer, add the ServiceProvider to the providers array in config/app.php

ZanySoft\Cpanel\ZipServiceProvider::class,
ZanySoft\Zip\ZipServiceProvider::class,

You can optionally use the facade for shorter code. Add this to your facades:

'Zip' => ZanySoft\Cpanel\ZipFacade::class,
'Zip' => ZanySoft\Zip\ZipFacade::class,


## Zip usage
Expand Down

0 comments on commit c1f24b2

Please sign in to comment.