PHP code example of melihovv / eloquent-presence-verifier

1. Go to this page and download the library: Download melihovv/eloquent-presence-verifier 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/ */

    

melihovv / eloquent-presence-verifier example snippets




namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class TempModel extends Model
{
    use \Spiritix\LadaCache\Database\LadaCacheTrait;
}

return [
    'model' => \App\Models\TempModel::class,
];

php artisan vendor:publish --provider="Melihovv\EloquentPresenceVerifier\ServiceProvider" --tag="config"