PHP code example of naffiq / yii2-app-bridge

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

    

naffiq / yii2-app-bridge example snippets


prod
bash
$ cp config/example.local.php config/local.php
bash
$ php yii user/create <email> <username> <password> <role> // role should be admin for your first user