Download the PHP package tripteki/laravelphp-log without Composer
On this page you can find all versions of the php package tripteki/laravelphp-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tripteki/laravelphp-log
More information about tripteki/laravelphp-log
Files in tripteki/laravelphp-log
Package laravelphp-log
Short Description Trip Teknologi's Laravel.php Logs
License MIT
Homepage https://github.com/tripteki/laravelphp-log
Informations about the package laravelphp-log
Log
This package provides implementation of Auth Activity Log in repository pattern for Lumen and Laravel besides REST API starterpack of admin management with no intervention to codebase and keep clean.
Getting Started
Installation :
How to use it :
-
Read detail optional instruction here Log.
-
Put
Tripteki\Log\Traits\LogTrait
to any of your model loggable then optionally you can configureprotected static
of$recordName
,$recordEvents
, and$recordLists
. -
Put
Tripteki\Log\Providers\LogServiceProvider
to service provider configuration list. -
Put
Tripteki\Log\Providers\LogServiceProvider::ignoreConfig()
intoregister
provider, then publish config file into your project's directory with running : -
Put
Tripteki\Log\Providers\LogServiceProvider::ignoreMigrations()
intoregister
provider, then publish migrations file into your project's directory with running (optionally) : -
Migrate.
-
Publish tests file into your project's directory with running (optionally) :
-
Sample :
- Generate swagger files into your project's directory with putting this into your annotation configuration (optionally) :
Usage
php artisan adminer:install:log
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)
All versions of laravelphp-log with dependencies
tripteki/laravelphp-repository Version ^1.0.0
tripteki/laravelphp-helpers Version ^1.0.0
tripteki/laravelphp-adminer Version ^1.0.0
tripteki/laravelphp-import-export Version ^1.0.0
tripteki/laravelphp-request-response-query Version ^1.0.0
spatie/laravel-activitylog Version ^4.8.0