PHPackages                             code-rhapsodie/ezautosave-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. code-rhapsodie/ezautosave-bundle

ActiveSymfony-bundle

code-rhapsodie/ezautosave-bundle
================================

Autosave bundle for eZPlatform

v2.0(4y ago)02MITJavaScriptPHP &gt;=7.3

Since Oct 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/code-rhapsodie/ezautosave-bundle)[ Packagist](https://packagist.org/packages/code-rhapsodie/ezautosave-bundle)[ RSS](/packages/code-rhapsodie-ezautosave-bundle/feed)WikiDiscussions 2.0 Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Code Rhapsodie Ez Autosave Bundle
=================================

[](#code-rhapsodie-ez-autosave-bundle)

This bundle adds a simple autosave feature for eZPlatform.

Version 1 is for eZPlatform 2. Version 2 is for eZPlatform 3 (Ibexa Content).

Client-side only, browser storage is used to save content state. No JS librairies required.

Features
========

[](#features)

While creating or editing a content, its fields values will be regularly saved.

To load saved values, simply create a new content of the same content type, or edit the same content, and you will be asked if you want to restore saved values.

Installation
------------

[](#installation)

### Add the dependency

[](#add-the-dependency)

To install this bundle, run this command :

```
$ composer require code-rhapsodie/ezautosave-bundle
```

### Register the bundle

[](#register-the-bundle)

Add `CodeRhapsodie\EzAutosaveBundle\CodeRhapsodieEzAutosaveBundle::class => ['all' => true], ` in the `config/bundles.php` file, just before the `EzPlatformAdminUiBundle` line.

Like this:

```
