glhdglhdOfficialยท1 Agent Skills Included

aire

Build Laravel forms fast with fluent PHP and Blade components

Builds complete Laravel HTML forms using a fluent PHP API or Blade components. Handles CSRF tokens, HTTP method spoofing, old input repopulation, and validation error display automatically. Eliminates repetitive form markup, manual error wiring, and tedious styling so developers ship working forms faster.
npx skills add glhd/aire --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Aire?โ–ผ

Run `npx skills add glhd/aire --all -g -y` in your terminal to install all tools in this suite globally.

What does Aire do for Laravel developers?โ–ผ

Aire is a Laravel form builder that generates full HTML forms through a fluent PHP API or Blade components, automatically handling CSRF tokens, method spoofing, and validation errors.

How does Aire handle form validation?โ–ผ

It automatically displays server-side validation errors next to each input and can apply client-side validation rules from an array or a FormRequest class.

Can Aire pre-fill forms with model data?โ–ผ

Yes. You can bind an Eloquent model, array, or object so fields are auto-populated, with old input taking priority after a failed validation.

Does Aire work with Tailwind and Alpine.js?โ–ผ

Yes. Aire ships with Tailwind-friendly default classes you can customize, and it can generate x-data and x-model attributes for Alpine.js integration.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’