PHP code example of elrod / user-activity
1. Go to this page and download the library: Download elrod/user-activity 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/ */
elrod / user-activity example snippets
$activity = new \Elrod\UserActivity\Activity();
$activity->model_name();
$activity->description();
$activity->data_json_old();
$activity->data_json_updated();
$activity->table_column_id();
$activity->user();
$activity->created_at();