PHP Classes

File: src/config/memento.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Eloquent Memento   src/config/memento.php   Download  
File: src/config/memento.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Laravel Eloquent Memento
Save and load the internal state of an object
Author: By
Last change:
Date: 4 months ago
Size: 137 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);

return [
   
'enabled' => env('MEMENTO_ENABLED', true),
   
'logging' => env('MEMENTO_LOGGING', false)
];