Download the PHP package learncodeweb/activitylog without Composer

On this page you can find all versions of the php package learncodeweb/activitylog. 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 activitylog

Activity Log

This package is only for Laravel >=8 Framework.

Manual installation process. On the root of your project just run the below command download this DIR and paste it into the activitylog folder. We don't have any package so you have to do it manually. ` After copying, the code goes to that directory and updates the composer for that use below command. ` Simple use Just add the below line in your root composer.json in the autoload section. ` The composer.json must look like the below after adding the like. ` After adding run the below command to load the package in your composer. `

Composer Installation

Open composer.json and add the below line under the repositories array. If you have any other package then append this package. The must look like below.

` After adding the above code try to install the package in your project.

`

Add Service

After the composer add the service provider in your config/app.php. Open file config/app.php and add the below line under the provider's array, better to add it in the packages section. `

Migration Export

For migration, export runs the below command. ` After migration publishes just run a simple command to add a table.

`

Config Export

You can also export the config file into your project root config, this function empowers you to change things if you want. With the config export, you can set the delete limit in your config file and also you can add route PATH/NAMES where you don't want to save activity.

To export the config on your root run the below command. Afterpublish config` you can set the parameters as per your need. Below is the list of all available parameters.

` Set config in settings ignore_route [If set system ignore to create the activity on that route]

You can also delete the data and change the default limit by editing the config file config\lcw_activity_log_config.php. Pass the value in months default is set at 3 Months.

Define in months only

` Default View There is a default view to see the logs but you can make your own log view in your app. With this package, one route will be created which is mentioned below.

Route Name

`

URI

` You can create your own view and get the log data by using the below method in your controller.

You also can delete the log by calling the logDelete() method like below in your controller.

Custom Creation

You can create a custom activity log with the below method. The parameters you need to pass in the custom log are given below. `

` If you need any help ask me, Thank you.


All versions of activitylog with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
guzzlehttp/guzzle Version ^7.0.1
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 learncodeweb/activitylog contains the following files

Loading the files please wait ....