PHP code example of track-any-device / tad101
1. Go to this page and download the library: Download track-any-device/tad101 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/ */
track-any-device / tad101 example snippets
use TrackAnyDevice\Tad101\Tad101;
Tad101::apiRoutes();
Tad101::webRoutes();
bash
php artisan vendor:publish --tag=tad101-config