Skip to content

Commit

Permalink
Refactor form handling library and update package version to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Oct 18, 2024
1 parent ff285dd commit 65c2dc5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ A type-safe form handling library for Laravel + Vue.js applications, inspired by

## Features

**Type Safety** - Full TypeScript support with type inference
🚀 **Zero Configuration** - Works out of the box with Laravel
📦 **Built-in CSRF Protection** - Automatic CSRF token handling
🔄 **Progress Tracking** - Real-time file upload progress
🎯 **Smart Error Handling** - Automatic Laravel validation error handling
🔌 **Event Hooks** - Rich lifecycle hooks for form events
**Reactive Forms** - Vue 3 composition API support
📱 **Framework Agnostic** - Can be used with any backend
- **Type Safety** - Full TypeScript support with type inference
- 🚀 **Zero Configuration** - Works out of the box with Laravel
- 📦 **Built-in CSRF Protection** - Automatic CSRF token handling
- 🔄 **Progress Tracking** - Real-time file upload progress
- 🎯 **Smart Error Handling** - Automatic Laravel validation error handling
- 🔌 **Event Hooks** - Rich lifecycle hooks for form events
- **Reactive Forms** - Vue 3 composition API support
- 📱 **Framework Agnostic** - Can be used with any backend

## Quick Start

Expand Down

0 comments on commit 65c2dc5

Please sign in to comment.