PHP code example of abdelhamiderrahmouni / zipper

1. Go to this page and download the library: Download abdelhamiderrahmouni/zipper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

abdelhamiderrahmouni / zipper example snippets


return [
    'excludes' => [
        '.git',
        'node_modules',
    ],

    'zipper.output_file_name' => null,
];

php artisan zipper {--exclude="folders,to,.exclude"}
bash
php artisan vendor:publish --tag="zipper-config"