PHP code example of xanpena / laravel-smvc

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

    

xanpena / laravel-smvc example snippets


    Xanpena\SMVC\SMVCServiceProvider::class,
shell
    php artisan smvc:install
    php artisan smvc:publish
bash
    php artisan make:smvc DummySchema --crud
    php artisan make:smvc DummySchema --progressive
    php artisan make:smvc DummySchema --report
    php artisan make:smvc DummySchema --chart
bash
    php artisan list
    php artisan make:smvc --help