PHP code example of jorenvanhocht / create-packages
1. Go to this page and download the library: Download jorenvanhocht/create-packages 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/ */
jorenvanhocht / create-packages example snippets
$ composer
jorenvanhocht\CreatePackages\Providers\CreatePackagesServiceProvider::class,
$ php artisan vendor:publish
$ php artisan make:package yourPackageName
$ php artisan make:package yourPackageName YourNewVendorName
config/app.php