Forms - v1.0.0-beta1

Installation Overview

This section covers everything you need to get ArtisanPack UI Forms installed and configured in your Laravel application.

Installation Topics

Quick Install

# Install via Composer
composer require artisanpack-ui/forms

# Publish assets
php artisan vendor:publish --provider="ArtisanPackUI\Forms\FormsServiceProvider"

# Run migrations
php artisan migrate

For detailed installation instructions, see the Installation Overview.