PHPackages                             benjaminhansen/filament-draftable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. benjaminhansen/filament-draftable

ActivePackage[Utility &amp; Helpers](/categories/utility)

benjaminhansen/filament-draftable
=================================

Provides a draftable interface to save long forms as a draft in the browser's localStorage and encrypts the data using Laravel's encryption.

v1.1.0.0(4mo ago)43661MITPHPPHP ^8.2

Since Apr 29Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/benjaminhansen/filament-draftable)[ Packagist](https://packagist.org/packages/benjaminhansen/filament-draftable)[ RSS](/packages/benjaminhansen-filament-draftable/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

Filament Draftable
==================

[](#filament-draftable)

Provides a `Draftable` trait that you can add to your Resource pages to allow saving data as a draft. All data is stored in your browser's localStorage and is encrypted using Laravel's encryption.

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

[](#installation)

Install the package via composer:

```
composer require benjaminhansen/filament-draftable
```

Usage
-----

[](#usage)

```
