Download the PHP
package govelid/laravel-multi-auditable without Composer
On this page you can find all versions of the php package
govelid/laravel-multi-auditable. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor govelid Package laravel-multi-auditable Short Description A Laravel package to create flexible auditable migrations and traits License
MIT
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.
Informations about the package laravel-multi-auditable
Simple Package for Multi Audit Trail Table
This package simplifies the management of models that use audit trails, enabling multiple audit tables for each module within your Laravel web application.
Support the Project
If you find this package useful, consider supporting its development:
Installation
Install the package via composer:
Example: Run the following Artisan command to create the necessary files:
This will generate:
A migration file for the table project_auditables.
A Trait file ProjectAuditableTrait.
A Model file ProjectAuditable.
Run migration
To add audit trail functionality to the Project model, simply include the trait:
Customization
You can override the following methods in your model for further customization:
Timestamp Attributes
Override the default timestamp attributes (e.g., created_at, updated_at):
Audit Record ID
Specify the audit record ID (defaults to id):
Audit Fields Notes
Add custom notes for audit trails:
Audit Fields for Delete
Define the fields to be logged during deletion:
All versions of laravel-multi-auditable with dependencies
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 govelid/laravel-multi-auditable contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.