PHP code example of inium / laravel-mvcs

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

    

inium / laravel-mvcs example snippets


// config/app.php
return [
  ...
  "providers" => [
    ...
    /*
     * Package Service Providers...
     */
    App\Providers\MvcsServiceProvider::class,
    ...
  ]
];
bash
> php artisan mvcs:create {moduleName} {option:--all|--module}
bash	
> php artisan vendor:publish --tag=mvcs-provider