Download the PHP package ycs77/laravel-form-builder-fields without Composer
On this page you can find all versions of the php package ycs77/laravel-form-builder-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ycs77/laravel-form-builder-fields
More information about ycs77/laravel-form-builder-fields
Files in ycs77/laravel-form-builder-fields
Package laravel-form-builder-fields
Short Description This Laravel form builder's more fields.
License MIT
Homepage https://github.com/ycs77/laravel-form-builder-fields
Informations about the package laravel-form-builder-fields
Laravel form builder's fields
Install
Laravel form builder must be installed.
Via Composer
Types
- Checkable group type
- Rich editor type
Checkable group type
The checkable group type is similar to the choice type, but it is difrence.
Set config:
config/laravel-form-builder.php
Use checkable group:
If you set language_name
in the form but don't want to use it in the checkable group, you can set it to false
:
Style class config
Use bootstrap 4 class:
config/laravel-form-builder.php
Or horizontal style:
config/laravel-form-builder.php
Rich editor type
This rich editor default use TinyMCE, you can replace it.
Set config:
config/laravel-form-builder.php
Use rich editor:
Download the TinyMCE Language Packages
Purify rich editor content
Install HTMLPurifier for laravel package:
Use to your controller:
Upload image
Before you start, you must set
config('app.url')
andconfig('filesystems.default')
.
The image default will be uploaded to /upload
. Add upload routes to routes/web.php:
Open upload image on rich editor:
Language settings:
resources/lang/{Language}/validation.php
resources/lang/{Language}.json
If you want to modify the upload feature, you can extends Ycs77\LaravelFormBuilderFields\Http\Controllers\UploadController
to modified: