Search by

HTML-first application framework for Laravel powered by Livewire and Tailwind CSS.

Package info

github.com/Gabriel-B-Morais/studiophp

pkg:composer/gabrielbmorais/studio

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-09-15 23:20 UTC

This package is auto-updated.

Last update: 2026-09-24 04:44:52 UTC


README

Studio is an HTML-first application framework for Laravel. Its source of truth lives in resources/studio/**/*.blade.php and is compiled into a versioned intermediate representation shared by development runtime and production build pipelines.

Core commands

php artisan studio:build --check
php artisan studio:build
php artisan studio:clear

The first core milestone only establishes scanning, parsing, AST/IR, semantic validation, the component registry and manifest cache. Resource CRUD generation, runtime rendering and production artifact generators are intentionally implemented in later milestones on top of this contract.