Download the PHP package laravel-view-components/forms without Composer

On this page you can find all versions of the php package laravel-view-components/forms. 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 forms

Laravel 7.x View Components

A Laravel View Components package built on the Tabler UI Kit - a free and open-source HTML Dashboard UI Kit built on Bootstrap.

Goal

The goal of this package is to provide a list of easy to use form inputs as View Components in Blade to mimic the HTML package from LaravelCollective while also building on the Tabler UI Kit. All the form elements listed on the Tabler Docs should eventually be available here.

Install

  1. Install a fresh copy of Laravel 7.x or above.
  2. Install this package via composer require laravel-view-components/forms. Laravel 7.x will automatically discover this package. No need to register the service provider.
  3. Install the Tabler UI Preset.
  4. Run npm install && npm run dev to build the frontend

Usage

If you are not familiar with Laravel 7.x View Components, please see the Laravel Docs for details.

There are some common component attributes notated below. Specific components may have additional attributes detailed below.

The following Tabler UI components are available in this package.

Form Text component

<x-form-text name="example-text-input" label="Text" placeholder="Input placeholder"/>

Form Password component

<x-form-password name="example-password-input" label="Pasword" placeholder="Input placeholder"/>

Form Checkbox component

<x-form-checkbox />

Form Color component

<x-form-color />

Form Email component

<x-form-email />

Form File component

<x-form-file />

Form Number component

<x-form-number />

Form Phone component

<x-form-phone />

Form Radio component

<x-form-radio />

Form Search component

<x-form-search />

Form Select component

<x-form-select />

Form Image Select component

<x-form-select.images />

Form Tag Select component

<x-form-select.tags />

Form User Select component

<x-form-select.users />

Form Toggle component

<x-form-toggle />


All versions of forms with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^7.0
laravel-frontend-presets/tabler Version dev-master
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 laravel-view-components/forms contains the following files

Loading the files please wait ....