PHP code example of geoffry304 / yii2-quicklinks

1. Go to this page and download the library: Download geoffry304/yii2-quicklinks 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/ */

    

geoffry304 / yii2-quicklinks example snippets

 yii migrate --migrationPath=@vendor/geoffry304/yii2-quicklinks/migrations

// app/config/web.php
return [
    'modules' => [
                'quicklinks' => [
            'class' => 'geoffry304\quicklinks\Module',
        ],
    ],
];