PHP code example of haridarshan / laravel-modules-composer-deps
1. Go to this page and download the library: Download haridarshan/laravel-modules-composer-deps 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/ */
haridarshan / laravel-modules-composer-deps example snippets
composer
php artisan vendor:publish --provider="Haridarshan\Laravel\NwidartModules\NwidartModulesServiceProvider"
php artisan module:make:version v1 --api
php artisan module:bootstrap
php artisan module:update:route-provider
php artisan module:bootstrap v1
php artisan module:update:route-provider v1