dadehpardaz / laravel-form-builder-bs4
The laravel-form-builder's bootstrap 4 template.
Package info
github.com/mortezababanezhadsh/laravel-form-builder-bs4
pkg:composer/dadehpardaz/laravel-form-builder-bs4
v1.0.1
2019-05-02 08:06 UTC
Requires
- php: ~7.1
This package is not auto-updated.
Last update: 2026-03-03 12:08:46 UTC
README
The Laravel form builder's bootstrap 4 template.
Install
Laravel form builder must be installed.
Via Composer
composer require ycs77/laravel-form-builder-bs4
Publish config & templates (Will overwrite the Laravel form builder's original config and views)
php artisan vendor:publish --tag=laravel-form-builder-bs4
Or publish horizontal form
php artisan vendor:publish --tag=laravel-form-builder-bs4-horizontal
If it doesn't work, you can add
--forceattribute. BUT, the original Laravel form builder's config and views in your repository CAN NOT be retrieved. Please think twice.