PHP code example of jackiedo / laravel-packager

1. Go to this page and download the library: Download jackiedo/laravel-packager 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/ */

    

jackiedo / laravel-packager example snippets


Jackiedo\Packager\PackagerServiceProvider::class,
shell
$ php artisan packager:new [options] [--] <name>
shell
$ php artisan packager:list
shell
$ php artisan packager:unregister [options] [--] <name>
shell
$ php artisan packager:unregister jackiedo/first-demo
shell
$ php artisan packager:register <name>
shell
$ php artisan packager:remove [options] [--] <name>
shell
$ php artisan packger:remove jackiedo/first-demo --uninstall