Download the PHP package designer/studio without Composer
On this page you can find all versions of the php package designer/studio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download designer/studio
More information about designer/studio
Files in designer/studio
Download designer/studio
More information about designer/studio
Files in designer/studio
Vendor designer
Package studio
Short Description A visual component builder/editor for Laravel applications
License MIT
Package studio
Short Description A visual component builder/editor for Laravel applications
License MIT
Please rate this library. Is it a good library?
Informations about the package studio
Designer Studio
A visual component builder/editor for Laravel applications. Build beautiful pages visually and export them as Blade files.
Features
- Visual page editor with live preview
- Component library with customizable fields
- JSON-based storage (no database pollution)
- Export to Blade files
- Easy install and uninstall
Installation
Add the package repository to your composer.json:
Then require the package:
Quick Start
-
Seed sample data (optional):
-
Visit the studio:
-
Edit a page by clicking on it in the dashboard
- Generate Blade files by clicking "Generate All Blade Files"
Configuration
Publish the configuration file:
Config Options
How It Works
Storage
All data is stored as JSON files in storage/studio/:
Output
Generated Blade files are placed in resources/views/designer/:
Creating Components
Components are JSON files with this structure:
Field Types
text- Single line text inputtextarea- Multi-line textselect- Dropdown with optionstoggle- Boolean switchcolorpicker- Color picker
Artisan Commands
Uninstall
To completely remove Designer Studio:
License
MIT
All versions of studio with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^11.0|^12.0
livewire/livewire Version ^3.0
filament/forms Version ^3.2
symfony/yaml Version ^7.0
illuminate/support Version ^11.0|^12.0
livewire/livewire Version ^3.0
filament/forms Version ^3.2
symfony/yaml Version ^7.0
The package designer/studio contains the following files
Loading the files please wait ...