Reorganize RSpade directory structure for clarity

Improve Jqhtml_Integration.js documentation with hydration system explanation
Add jqhtml-laravel integration packages for traditional Laravel projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-24 09:41:48 +00:00
parent 0143f6ae9f
commit bd5809fdbd
20716 changed files with 387 additions and 6444 deletions

View File

@@ -2186,7 +2186,7 @@ implode("\n", array_map(fn ($f) => ' - ' . str_replace(base_path() . '/', '',
// Transform the file (will use cache if available)
try {
$transformed_code = \App\RSpade\Core\JavaScript\Js_Transformer::transform($file);
$transformed_code = \App\RSpade\Core\JsParsers\Js_Transformer::transform($file);
// Write transformed code to a temp file
$temp_file = storage_path('rsx-tmp/babel_' . md5($file) . '.js');

View File

@@ -26,8 +26,8 @@ class Core_Bundle extends Rsx_Bundle_Abstract
'app/RSpade/Core/Data',
'app/RSpade/Core/Database',
'app/RSpade/Core/SPA',
'app/RSpade/Core/Debug', // Debug components (JS_Tree_Debug_*)
'app/RSpade/Lib',
'app/RSpade/Components',
],
];
}