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:
@@ -124,7 +124,7 @@ return [
|
||||
|
||||
'manifest_support' => [
|
||||
\App\RSpade\Core\Dispatch\Route_ManifestSupport::class,
|
||||
\App\RSpade\Modules\Model_ManifestSupport::class,
|
||||
\App\RSpade\Core\Manifest\Modules\Model_ManifestSupport::class,
|
||||
\App\RSpade\Integrations\Jqhtml\Jqhtml_ManifestSupport::class,
|
||||
\App\RSpade\Core\SPA\Spa_ManifestSupport::class,
|
||||
],
|
||||
@@ -280,13 +280,10 @@ return [
|
||||
'scan_directories' => [
|
||||
'rsx', // Main RSX application directory (symlinked to ../rsx)
|
||||
'app/RSpade/Core', // Core framework classes (runtime essentials)
|
||||
'app/RSpade/Modules', // Manifest support modules
|
||||
'app/RSpade/Integrations', // Integration modules (Jqhtml, Scss, etc.)
|
||||
'app/RSpade/Bundles', // Third-party bundles
|
||||
'app/RSpade/CodeQuality', // Code quality rules and checks
|
||||
'app/RSpade/Testing', // Testing framework classes
|
||||
'app/RSpade/Lib', // UI features and other extras
|
||||
'app/RSpade/Components', // Framework-provided reusable components
|
||||
'app/RSpade/Lib', // UI features (Flash alerts, etc.)
|
||||
'app/RSpade/temp', // Framework developer testing directory
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user