Download the PHP package database-operations/common-database-operations without Composer
On this page you can find all versions of the php package database-operations/common-database-operations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package common-database-operations
Database Operations
The Database Operations
package provides a trait for Laravel models to handle database operations and track user activity. It automatically populates database columns and simplifies the implementation of user tracking features.
Installation
To install the Database Operations
package, follow these steps:
-
Ensure that you have Composer installed on your machine.
-
Open your terminal and navigate to your Laravel project's directory.
-
Run the following command to install the package:
- After the package is installed, Laravel will automatically discover the package and register its service provider.
Usage
- Add the
DatabaseOperations
trait to the model(s) where you want to implement database operations. For example:
All versions of common-database-operations with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package database-operations/common-database-operations contains the following files
Loading the files please wait ....