We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ca3d2 commit c1f24b2Copy full SHA for c1f24b2
README.md
@@ -7,15 +7,15 @@ This library was written to simplify and automate Zip files management using [PH
7
### Installation
8
Require this package in your composer.json and update composer. This will download the package.
9
10
- composer require zanysoft/cpanel-api
+ composer require zanysoft/laravel-zip
11
12
After updating composer, add the ServiceProvider to the providers array in config/app.php
13
14
- ZanySoft\Cpanel\ZipServiceProvider::class,
+ ZanySoft\Zip\ZipServiceProvider::class,
15
16
You can optionally use the facade for shorter code. Add this to your facades:
17
18
- 'Zip' => ZanySoft\Cpanel\ZipFacade::class,
+ 'Zip' => ZanySoft\Zip\ZipFacade::class,
19
20
21
## Zip usage
0 commit comments