PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Eloquent Memento   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Eloquent Memento
Save and load the internal state of an object
Author: By
Last change:
Date: 1 month ago
Size: 530 bytes
 

Contents

Class file image Download
{ "name": "kield-01/laravel-eloquent-memento", "description": "Memento pattern for Laravel Eloquent Model", "type": "library", "require": { "php": "^7.4", "laravel/framework": "^8.0.0", "haydenpierce/class-finder": "^0.4.3" }, "license": "0BSD", "autoload": { "psr-4": { "KielD01\\LaravelEloquentMemento\\": "src/" } }, "authors": [ { "name": "Roman Kozin", "email": "[email protected]" } ] }