Download the PHP package ebola/logging without Composer

On this page you can find all versions of the php package ebola/logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package logging

Save and display global logs with log activity from Laravel Activitylog v.2

Latest Version

This Laravel >=5.5 package. It provides a simple API to work with and version Laravel Activitylog. To learn all about Laravel Activitylog, head over to the extensive documentation.

Here are a few short examples of what you can do:

It can display all user activity on front:

Or display form for download users activity:

Installation

You can install this package via composer using this command:

Next, you must install the service provider:

And add aliase:

You must publish activitylog migration:

You must migrate:

You can optionally publish the activitylog config file:

You can publish the views with:

You can publish the assets with:

You can publish the translations with:

You can publish the config-file with:

This is the contents of the published config file:

Usage

You can log users routing, user activity and mails:

You can log models events:

Display logs

You must make object of LoggingRender class. You can transfer as a parameter the user object to display only its logs, as well as a list of fields to display on the screen or save them. If the values are not transferred, you will output all the logs with the fields specified in the config file.

You have two protected methods for display logs:

If you use rendering methods, do not forget to call css and js for the correct display:

In each of them, methods are available to retrieve records and create a file to load it

There are also 2 static classes to help in the output of the properties of the logged models and the display of filters

License

The MIT License (MIT). Please see License File for more information.


All versions of logging with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
spatie/laravel-activitylog Version 2.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ebola/logging contains the following files

Loading the files please wait ....