![schemas](https://raw.githubusercontent.com/laravilt/schemas/master/arts/screenshot.jpg)

# Laravilt Schemas

[![Latest Stable Version](https://poser.pugx.org/laravilt/schemas/version.svg)](https://packagist.org/packages/laravilt/schemas)
[![License](https://poser.pugx.org/laravilt/schemas/license.svg)](https://packagist.org/packages/laravilt/schemas)
[![Downloads](https://poser.pugx.org/laravilt/schemas/d/total.svg)](https://packagist.org/packages/laravilt/schemas)
[![Dependabot Updates](https://github.com/laravilt/schemas/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/laravilt/schemas/actions/workflows/dependabot/dependabot-updates)
[![PHP Code Styling](https://github.com/laravilt/schemas/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/laravilt/schemas/actions/workflows/fix-php-code-styling.yml)
[![Tests](https://github.com/laravilt/schemas/actions/workflows/tests.yml/badge.svg)](https://github.com/laravilt/schemas/actions/workflows/tests.yml)



Complete schema system with sections, tabs, grids, and layout components for Laravilt. Organize form fields and information displays with powerful layout components.

## Features

- 📦 **Layout Components** - Section, Tabs, Grid, Fieldset
- 🎨 **Section Features** - Collapsible, icons, headers, footers, aside layout
- 📑 **Tab Features** - Multiple tabs, icons, badges, lazy loading
- 📐 **Grid Features** - 1-12 column layouts, responsive spans
- ⚡ **Reactivity** - Conditional visibility, dynamic fields, state management
- 🔄 **Nested Schemas** - Support for deeply nested layouts

## Installation

```bash
composer require laravilt/schemas
```

## Generator Command

```bash
php artisan make:schema ProductSchema
```

## Documentation

- **[Complete Documentation](docs/index.md)** - All layout components and features
- **[MCP Server Guide](docs/mcp-server.md)** - AI agent integration

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
