Download the PHP package taufiqrahman/yii2-apirestlog without Composer
On this page you can find all versions of the php package taufiqrahman/yii2-apirestlog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download taufiqrahman/yii2-apirestlog
More information about taufiqrahman/yii2-apirestlog
Files in taufiqrahman/yii2-apirestlog
Download taufiqrahman/yii2-apirestlog
More information about taufiqrahman/yii2-apirestlog
Files in taufiqrahman/yii2-apirestlog
Please rate this library. Is it a good library?
Informations about the package yii2-apirestlog
Api Restful Log
Automatic create log for request, response, controller dan action
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Database Migration
Check your database settings and run migration from your console:
For more informations see Database Migration Documentation
Usage
Once the extension is installed, simply use it in your code by :
To access the module, you need to add this to your application configuration:
......
'modules' => [
'rahman'=>[
'class'=>'rahmansoft\apirestlog\Module',
],
],
......
Add the new menu item to your navbar:
......
['label' => 'Log', 'url' => ['/rahman/wslog']],
......
All versions of yii2-apirestlog with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
The package taufiqrahman/yii2-apirestlog contains the following files
Loading the files please wait ....