Download the PHP package tranquil-tools/laravel-vue-form-builder without Composer
On this page you can find all versions of the php package tranquil-tools/laravel-vue-form-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tranquil-tools/laravel-vue-form-builder
More information about tranquil-tools/laravel-vue-form-builder
Files in tranquil-tools/laravel-vue-form-builder
Package laravel-vue-form-builder
Short Description A VueJS/Inertia renderer for tranquil-tools/laravel-form-builder
License MIT
Homepage https://github.com/comfycodersbv/laravel-vue-form-builder
Informations about the package laravel-vue-form-builder
A VueJS/Inertia FormBuilder package for Laravel
Define Laravel-VueJS forms configurations in PHP.
Documentation
Full documentation is available at docs.comfycoders.nl.
Topics covered:
CrudBuilder
Want a complete CRUD solution? Our CrudBuilder builds on top of this FormBuilder and the TableBuilder to give you full create, read, update, and delete flows without repetitive boilerplate.
- Docs: docs.comfycoders.nl/laravel-vue-crud-builder
- GitHub: github.com/ComfyCodersBV/laravel-vue-crud-builder
Installing the CrudBuilder pulls in this package automatically as a Composer dependency.
Quick start
Installation
You can install the package via composer:
This is the Vue renderer; it depends on tranquil-tools/laravel-form-builder, the PHP core that
defines the fields, validation and schema. One require pulls in both.
Install the frontend dependencies. The package ships raw .vue files that your application compiles,
so their imports resolve against your node_modules. Beyond what the Laravel Vue starter kit already
gives you:
A WYSIWYG editor is opt-in. The package imports no editor, so nothing is needed here unless you register one.
Optional: you may publish the config file with:
This creates config/form-builder.php, which ships with the PHP core.
Alter you vite.config.ts to add an @form-builder alias: