PHP code example of stlswm / laravel-supplement

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

    

stlswm / laravel-supplement example snippets



use stlswm\LaravelSupplement\Router\Generator;
Generator::start('控制器根目录','输出配置文件目录');