PHPackages                             rs/form-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rs/form-laravel

ActiveLibrary

rs/form-laravel
===============

Laravel Form

v7.1.0(1y ago)013.3k↓56.9%1[2 issues](https://github.com/RedSnapper/LaravelForm/issues)PHPPHP ^8.1CI passing

Since Oct 16Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/RedSnapper/LaravelForm)[ Packagist](https://packagist.org/packages/rs/form-laravel)[ RSS](/packages/rs-form-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (43)Used By (0)

Laravel Form
============

[](#laravel-form)

Installation
------------

[](#installation)

```
composer require rs/form-laravel
```

View files can be changed by publishing them. By default they use bootstrap 4 classes.

```
php artisan vendor:publish --tag=form
```

Quick start
-----------

[](#quick-start)

### Creating formlets

[](#creating-formlets)

Formlets can be created using artisan.

```
php artisan make:formlet UserForm
```

By default the formlet will be created in the path `app/Http/Formlets`.

```
