hongen/logok

There is no license information available for the latest version (1.0.2) of this package.

logok

Maintainers

Package info

github.com/hongenge/logok

pkg:composer/hongen/logok

Statistics

Installs: 37

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2018-11-14 01:31 UTC

This package is not auto-updated.

Last update: 2026-03-27 00:44:28 UTC


README

Logok for Laravel

安装: composer require hongen/logok

运行迁移创建info表: php artisan migrate

用法:

use Logok;

class User{
    public function test(){
        Logok::info('message');
    }
}