PHP code example of lingxi / dotty

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

    

lingxi / dotty example snippets


composer Context\ContextServiceProvider::class,

// Add Global Middleware
Lingxi\Dotty\DottyTracker::class,

// publish config. or use default.
php artisan vendor:publish --provider="Lingxi\Context\ContextServiceProvider"