2017 © Pedro Peláez
 

yii2-extension yii2-actionlog

Yii2 action log extension

image

atans/yii2-actionlog

Yii2 action log extension

  • Tuesday, January 24, 2017
  • by atans
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 23 % Grown

The README.md

Yii2 Action Log Extension

An action log extension for yii2, (*1)

Installation

1.Download

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require atans/yii2-actionlog

or add, (*4)

"atans/yii2-actionlog": "*"

to the require section of your composer.json file., (*5)

2.Update database schema

$ php yii migrate/up --migrationPath=@vendor/atans/yii2-actionlog/migrations

Usage

<?php
use atans\actionlog\models\ActionLog;

ActionLog::error('Some error message');
ActionLog::info('Some info message');
ActionLog::warning('Some warning message');
ActionLog::success('Some success message');


$data = ['success' => true, 'message' => 'Successfully']; // optional
$category = 'application'; // optional
ActionLog::success('Some success message', $data, $category);

Management

Visit http://path/to/yii/?r=actionlog/admin using logged in account which role is admin, (*6)

You can change the role at @vendor/atans/yii2-actionlog/Module.php, (*7)

The Versions

24/01 2017

dev-master

9999999-dev

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

24/01 2017

1.0.5

1.0.5.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

24/01 2017

1.0.4

1.0.4.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

09/01 2017

1.0.3

1.0.3.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

09/01 2017

1.0.2

1.0.2.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

07/01 2017

1.0.1

1.0.1.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2

07/01 2017

1.0

1.0.0.0

Yii2 action log extension

  Sources   Download

MIT

The Requires

 

by Avatar atans

log extension yii2