aire
Build Laravel forms fast with fluent PHP and Blade components
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core