PHP code example of rigorbb / laravel-fast-auth-links

1. Go to this page and download the library: Download rigorbb/laravel-fast-auth-links 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/ */

    

rigorbb / laravel-fast-auth-links example snippets


auth_link_hourly($link, $user); //add hash with hourly active
auth_link_daily($link, $user); //add hash with daily active
auth_link_monthly($link, $user); //add hash with monthly active