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
- Installation Overview - Step-by-step installation guide
- Requirements - System requirements and dependencies
- Configuration - Configuration options and customization
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.