### Run Easy Forms Installation Setup Source: https://context7_llms After installing the addon via Composer, run this Artisan command to complete the setup process. This typically involves publishing necessary configuration files and assets. ```bash php artisan easy-forms:install ``` -------------------------------- ### Install Easy Forms Addon (Composer) Source: https://context7_llms This command installs the Easy Forms addon for Statamic using Composer. Ensure you have Composer installed and your project is initialized as a Composer project. ```bash composer require reachweb/statamic-easy-forms ``` -------------------------------- ### Render Easy Form in Statamic Template (Antlers) Source: https://context7_llms This Antlers tag renders a complete, styled, and accessible form defined by the specified handle. It's the core tag for integrating Easy Forms into your Statamic site. ```antlers {{ easyform handle="your_form_handle" }} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.