PHPackages                             manavo/laravel-bootstrap-forms - 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. [Templating &amp; Views](/categories/templating)
4. /
5. manavo/laravel-bootstrap-forms

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

manavo/laravel-bootstrap-forms
==============================

Reduce the boilerplate code required to get forms in Laravel to have Bootstrap styling

0.2.0(10y ago)2121.9k11[2 PRs](https://github.com/manavo/laravel-bootstrap-forms/pulls)MITPHPPHP &gt;=5.4.0

Since Sep 17Pushed 10y ago6 watchersCompare

[ Source](https://github.com/manavo/laravel-bootstrap-forms)[ Packagist](https://packagist.org/packages/manavo/laravel-bootstrap-forms)[ RSS](/packages/manavo-laravel-bootstrap-forms/feed)WikiDiscussions master Synced today

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Laravel Bootstrap Forms
=======================

[](#laravel-bootstrap-forms)

Using [@stidges](https://github.com/stidges)' code for bootstrap forms to create a composer package. You can find the original article here:

Install
-------

[](#install)

```
composer require manavo/laravel-bootstrap-forms ~0.1

```

Configure
---------

[](#configure)

Make sure you comment out the existing HtmlServiceProvider (Illuminate\\Html\\HtmlServiceProvider):

```
