Closed philharmonie closed 1 year ago
use ZanySoft\Zip\Zip; $zip = Zip::create('files/test.zip');
Am I missing something? The Readme tells me to call a static function, but there is none.
Kindly use Facade like this:
use Zip; $zip = Zip::create('files/test.zip');
Am I missing something? The Readme tells me to call a static function, but there is none.