PHP code example of looxis / gate-connector

1. Go to this page and download the library: Download looxis/gate-connector 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/ */

    

looxis / gate-connector example snippets


use AuthenticatesUsers, LoginControllerTrait {
        LoginControllerTrait::loggedOut insteadof AuthenticatesUsers;
        LoginControllerTrait::showLoginForm insteadof AuthenticatesUsers;
    }
shell script
php artisan vendor:publish --tag=gate-migrations
php artisan migrate
shell script
php artisan vendor:publish --tag=gate-config