LaravelPackages.net
Acme Inc.
Toggle sidebar
stfr/laravel-form-builder-tailwind2

The laravel-form-builder's Tailwind 2 template.

272
0
0.1
About stfr/laravel-form-builder-tailwind2

stfr/laravel-form-builder-tailwind2 is a Laravel package for the laravel-form-builder's tailwind 2 template.. It currently has 0 GitHub stars and 272 downloads on Packagist (latest version 0.1). Install it with composer require stfr/laravel-form-builder-tailwind2. Discover more Laravel packages by stfr or browse all Laravel packages to compare alternatives.

Last updated

Laravel form builder Tailwind2

This package extends the Laravel form builder with tailwind 2 templates.

Latest Version on Packagist Software License Total Downloads

Install

Laravel form builder must be installed.

Via Composer

composer require stfr/laravel-form-builder-tailwind2

Publish config & templates (Will overwrite the Laravel form builder's original config and views)

php artisan vendor:publish --tag=laravel-form-builder-tailwind2

Or publish horizontal form

php artisan vendor:publish --tag=laravel-form-builder-tailwind2-horizontal

If it doesn't work, you can add --force attribute. BUT, the original Laravel form builder's config and views in your repository CAN NOT be retrieved. Please think twice.

Comments