PHP code example of adelinferaru / nestedflowtracker

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

    

adelinferaru / nestedflowtracker example snippets

> php artisan vendor:publish --provider="AdelinFeraru\NestedFlowTracker\NestedFlowTrackerServiceProvider" --tag="nestedflowtracker.config"
> php artisan vendor:publish --provider="AdelinFeraru\NestedFlowTracker\NestedFlowTrackerServiceProvider" --tag="nestedflowtracker.migrations"
config/database.php
$track_model = NestedFlowTracker::startTrack($timer_name, $message = null, array $setting = []);
NestedFlowTracker::endTrack($timer_name, array $setting = []);
"tracker_parent_id" => $current_tracker->id,