PHP code example of vcoder7 / ltools

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

    

vcoder7 / ltools example snippets


php artisan ltools:cache-clear

php artisan vendor:publish --tag=ltools-config

php artisan vendor:publish --tag=ltools-migrations

protected array $excludedChangelogFields = ['created_at', 'updated_at', 'email', 'secret_key'];