PHP code example of alphazento / alphazento-package-assistant
1. Go to this page and download the library: Download alphazento/alphazento-package-assistant 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/ */
alphazento / alphazento-package-assistant example snippets
composer
php artisan package:enable Zento_PackageAssistant
php artisan package:enable Zento_Kernel
php artisan package:enable Zento_PackageAssistant
php artisan make:package YourCompany_TestPackage
php artisan make:model YourCompany_TestPackage TestModel
php artisan make:model TestModel