PHP code example of xetaio / xetaravel-local

1. Go to this page and download the library: Download xetaio/xetaravel-local 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/ */

    

xetaio / xetaravel-local example snippets


> 
> namespace App\Exceptions;
>
> use Exception;
> use Illuminate\Auth\AuthenticationException;
> use Xetaio\Local\Exceptions\LocalHandler as ExceptionHandler;
>
> class Handler extends ExceptionHandler
> {
>     //
> }
> 

> php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"
>