gabrielbmorais / studio
HTML-first application framework for Laravel powered by Livewire and Tailwind CSS.
dev-main
2026-09-15 23:20 UTC
Requires
- php: ^8.4
- illuminate/console: ^13.0
- illuminate/filesystem: ^13.0
- illuminate/support: ^13.0
- livewire/livewire: ^4.0
Requires (Dev)
- phpunit/phpunit: ^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.