Skip to content

Commit c1f24b2

Browse files
author
Mubashar Ahmad
authored
Update README.md
1 parent c3ca3d2 commit c1f24b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This library was written to simplify and automate Zip files management using [PH
77
### Installation
88
Require this package in your composer.json and update composer. This will download the package.
99

10-
composer require zanysoft/cpanel-api
10+
composer require zanysoft/laravel-zip
1111

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

14-
ZanySoft\Cpanel\ZipServiceProvider::class,
14+
ZanySoft\Zip\ZipServiceProvider::class,
1515

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

18-
'Zip' => ZanySoft\Cpanel\ZipFacade::class,
18+
'Zip' => ZanySoft\Zip\ZipFacade::class,
1919

2020

2121
## Zip usage

0 commit comments

Comments
 (0)