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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-form-builder-fields

Laravel form builder's fields

Latest Version on Packagist Build Status Style CI Build Status Total Downloads

Install

Laravel form builder must be installed.

Via Composer

Types

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') and config('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:


All versions of laravel-form-builder-fields with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
kris/laravel-form-builder Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ycs77/laravel-form-builder-fields contains the following files

Loading the files please wait ....