PHP code example of michaljurkowski / tg-pass

1. Go to this page and download the library: Download michaljurkowski/tg-pass 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/ */

    

michaljurkowski / tg-pass example snippets


        $this->call(MichalJurkowski\TgPass\database\seeds\PassRolesTableSeeder::class);
        $this->call(MichalJurkowski\TgPass\database\seeds\PassUsersTableSeeder::class);
        $this->call(MichalJurkowski\TgPass\database\seeds\PassResourcesTableSeeder::class);
        $this->call(MichalJurkowski\TgPass\database\seeds\PassUserRolesTableSeeder::class);
        $this->call(MichalJurkowski\TgPass\database\seeds\PassPermissionsTableSeeder::class);