PHP code example of langleyfoxall / modules-laravel

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

    

langleyfoxall / modules-laravel example snippets


php artisan vendor:publish --provider="LangleyFoxall\Modules\LaravelModuleServiceProvider"

php artisan modules:make [<parent_module>.[<tree_of_modules>.]]<module_name>

php artisan modules:delete [<parent_module>.[<tree_of_modules>.]]<module_name>

php artisan modules:make-widget <parent_module>.[<tree_of_modules>.]<module_name>

php artisan modules:delete-widget <parent_module>.[<tree_of_modules>.]<module_name>

php artisan modules:config