PHP code example of amyisme13 / ultra-helper

1. Go to this page and download the library: Download amyisme13/ultra-helper 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/ */

    

amyisme13 / ultra-helper example snippets


use Amyisme13\UltraHelper\UltraHelperFacade as UltraHelper;

$userData = UltraHelper::login('username', 'password');

$userData = UltraHelper::loginWithToken('encrypted-token');
bash
php artisan migrate
bash
php artisan ultra-helper:sync-users