Download the PHP package sarfraznawaz2005/plogs without Composer
On this page you can find all versions of the php package sarfraznawaz2005/plogs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sarfraznawaz2005/plogs
More information about sarfraznawaz2005/plogs
Files in sarfraznawaz2005/plogs
Download sarfraznawaz2005/plogs
More information about sarfraznawaz2005/plogs
Files in sarfraznawaz2005/plogs
Vendor sarfraznawaz2005
Package plogs
Short Description Laravel package to save logs in database making them permanent, always available for as long as you want.
License MIT
Homepage https://github.com/sarfraznawaz2005/plogs
Package plogs
Short Description Laravel package to save logs in database making them permanent, always available for as long as you want.
License MIT
Homepage https://github.com/sarfraznawaz2005/plogs
Please rate this library. Is it a good library?
Informations about the package plogs
Laravel PLogs
Laravel package to save logs in database making them permanent, always available for as long as you want.
Screenshot
Requirements
- PHP >= 5.6
- Laravel 5
Installation
Via Composer
For Laravel < 5.5:
Add Service Provider to config/app.php
in providers
section
Publish package's config and migration files by running below command:
Run php artisan migrate
to create plogs
table in your database.
Now application logs can be seen at http://yourapp.com/plogs
. See config/plogs.php
config file to customize route and more settings.
Credits
License
Please see the license file for more information.
All versions of plogs with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5|~6
The package sarfraznawaz2005/plogs contains the following files
Loading the files please wait ....