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

@@ -32,14 +32,13 @@ return array(
'App\\Http\\Middleware\\VerifyCsrfToken' => $baseDir . '/app/Http/Middleware/VerifyCsrfToken.php',
'App\\Mail\\VerificationCode' => $baseDir . '/app/Mail/VerificationCode.php',
'App\\Mail\\VerifyEmail' => $baseDir . '/app/Mail/VerifyEmail.php',
'App\\Models\\FlashAlert' => $baseDir . '/app/Models/FlashAlert.php',
'App\\Notifications\\SystemNotification' => $baseDir . '/app/Notifications/SystemNotification.php',
'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',
'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
'App\\RSpade\\Bundles\\Bootstrap5_Bundle' => $baseDir . '/app/RSpade/Bundles/Bootstrap5_Bundle.php',
'App\\RSpade\\Bundles\\Jquery_Bundle' => $baseDir . '/app/RSpade/Bundles/Jquery_Bundle.php',
'App\\RSpade\\Bundles\\Lodash_Bundle' => $baseDir . '/app/RSpade/Bundles/Lodash_Bundle.php',
'App\\RSpade\\Bundles\\Tom_Select_Bundle' => $baseDir . '/app/RSpade/Bundles/Tom_Select_Bundle.php',
'App\\RSpade\\Bundles\\Quill_Bundle' => $baseDir . '/app/RSpade/Bundles/Quill_Bundle.php',
'App\\RSpade\\CodeQuality\\CodeQualityChecker' => $baseDir . '/app/RSpade/CodeQuality/CodeQualityChecker.php',
'App\\RSpade\\CodeQuality\\CodeQuality_Violation' => $baseDir . '/app/RSpade/CodeQuality/CodeQuality_Violation.php',
'App\\RSpade\\CodeQuality\\Parsers\\ScssContextParser' => $baseDir . '/app/RSpade/CodeQuality/Parsers/ScssContextParser.php',
@@ -106,12 +105,15 @@ return array(
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\WindowAssignment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlComponentNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlEventPreventDefault_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlHtmlComment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlHtmlComment_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlInlineScript_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlRedundantClass_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\FilenameClassMatch_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\InstanceMethods_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\Monoprogenic_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\RsxControllerInheritance_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Meta\\Code_Quality_Meta_Inheritance_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelAjaxFetchAttribute_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelAjaxFetchAttribute_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelBannedRelations_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelColumnMethodConflict_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnumColumns_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php',
@@ -124,6 +126,7 @@ return array(
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ClassExists_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ClassExists_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ControllerRouteStatic_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ControllerRouteStatic_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\DbTableUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\EndpointAuthCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/EndpointAuthCheck_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ExecUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\FunctionExists_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\GenericSuffix_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php',
@@ -131,6 +134,7 @@ return array(
'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelDateCalculation_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/LaravelDateCalculation_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelSession_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\MassAssignment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ModelFetchAuthCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ModelFetchAuthCheck_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NamingConvention_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NoImplements_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFallbackLegacy_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php',
@@ -141,8 +145,10 @@ return array(
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionAttributes_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ReflectionAttributes_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionGetParent_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ReflectionGetParent_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionIsAbstract_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ReflectionIsAbstract_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequestQueryInController_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RequestQueryInController_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireParentCall_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RequireParentCall_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireStaticProperty_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RequireStaticProperty_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RouteQueryConcatenation_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RouteQueryConcatenation_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadeInternalMethod_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RspadeInternalMethod_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePrivateNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RspadePrivateNaming_CodeQualityRule.php',
'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePublicNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/RspadePublicNaming_CodeQualityRule.php',
@@ -159,6 +165,7 @@ return array(
'App\\RSpade\\CodeQuality\\Support\\CacheManager' => $baseDir . '/app/RSpade/CodeQuality/Support/CacheManager.php',
'App\\RSpade\\CodeQuality\\Support\\FileSanitizer' => $baseDir . '/app/RSpade/CodeQuality/Support/FileSanitizer.php',
'App\\RSpade\\CodeQuality\\Support\\InitializationSuggestions' => $baseDir . '/app/RSpade/CodeQuality/Support/InitializationSuggestions.php',
'App\\RSpade\\CodeQuality\\Support\\Js_CodeQuality_Rpc' => $baseDir . '/app/RSpade/CodeQuality/Support/Js_CodeQuality_Rpc.php',
'App\\RSpade\\CodeQuality\\Support\\RuleDiscovery' => $baseDir . '/app/RSpade/CodeQuality/Support/RuleDiscovery.php',
'App\\RSpade\\CodeQuality\\Support\\ViolationCollector' => $baseDir . '/app/RSpade/CodeQuality/Support/ViolationCollector.php',
'App\\RSpade\\Commands\\Database\\Check_Indexes_Command' => $baseDir . '/app/RSpade/Commands/Database/Check_Indexes_Command.php',
@@ -195,6 +202,7 @@ return array(
'App\\RSpade\\Commands\\Restricted\\Reset_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Reset_Command.php',
'App\\RSpade\\Commands\\Restricted\\Restricted_Database_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Restricted_Database_Command.php',
'App\\RSpade\\Commands\\Restricted\\Route_Cache_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Route_Cache_Command.php',
'App\\RSpade\\Commands\\Restricted\\Session_Cleanup_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Session_Cleanup_Command.php',
'App\\RSpade\\Commands\\Restricted\\Session_Table_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Session_Table_Command.php',
'App\\RSpade\\Commands\\Restricted\\View_Cache_Command' => $baseDir . '/app/RSpade/Commands/Restricted/View_Cache_Command.php',
'App\\RSpade\\Commands\\Restricted\\Wipe_Command' => $baseDir . '/app/RSpade/Commands/Restricted/Wipe_Command.php',
@@ -231,14 +239,17 @@ return array(
'App\\RSpade\\Commands\\Rsx\\Rsx_Manifest_Schema_Dump_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Rsx_Manifest_Schema_Dump_Command.php',
'App\\RSpade\\Commands\\Rsx\\Rsx_Routes_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Rsx_Routes_Command.php',
'App\\RSpade\\Commands\\Rsx\\Rsx_Test_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Rsx_Test_Command.php',
'App\\RSpade\\Commands\\Rsx\\Ssr_Fpc_Create_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Ssr_Fpc_Create_Command.php',
'App\\RSpade\\Commands\\Rsx\\Ssr_Fpc_Reset_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Ssr_Fpc_Reset_Command.php',
'App\\RSpade\\Commands\\Rsx\\Subfeature_Create_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Subfeature_Create_Command.php',
'App\\RSpade\\Commands\\Rsx\\Submodule_Create_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Submodule_Create_Command.php',
'App\\RSpade\\Commands\\Rsx\\Submodule_Feature_Create_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Submodule_Feature_Create_Command.php',
'App\\RSpade\\Commands\\Rsx\\Submodule_Subfeature_Create_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Submodule_Subfeature_Create_Command.php',
'App\\RSpade\\Commands\\Rsx\\Task_List_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Task_List_Command.php',
'App\\RSpade\\Commands\\Rsx\\Task_Process_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Task_Process_Command.php',
'App\\RSpade\\Commands\\Rsx\\Task_Run_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Task_Run_Command.php',
'App\\RSpade\\Commands\\Rsx\\Task_Worker_Command' => $baseDir . '/app/RSpade/Commands/Rsx/Task_Worker_Command.php',
'App\\RSpade\\Commands\\Thumbnails\\Thumbnails_Clean_Command' => $baseDir . '/app/RSpade/Commands/Thumbnails/Thumbnails_Clean_Command.php',
'App\\RSpade\\Commands\\Thumbnails\\Thumbnails_Generate_Command' => $baseDir . '/app/RSpade/Commands/Thumbnails/Thumbnails_Generate_Command.php',
'App\\RSpade\\Commands\\Thumbnails\\Thumbnails_Stats_Command' => $baseDir . '/app/RSpade/Commands/Thumbnails/Thumbnails_Stats_Command.php',
'App\\RSpade\\Core\\API' => $baseDir . '/app/RSpade/Core/API.php',
'App\\RSpade\\Core\\Ajax\\Ajax' => $baseDir . '/app/RSpade/Core/Ajax/Ajax.php',
'App\\RSpade\\Core\\Ajax\\Ajax_Batch_Controller' => $baseDir . '/app/RSpade/Core/Ajax/Ajax_Batch_Controller.php',
@@ -246,6 +257,7 @@ return array(
'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFatalErrorException' => $baseDir . '/app/RSpade/Core/Ajax/Exceptions/AjaxFatalErrorException.php',
'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFormErrorException' => $baseDir . '/app/RSpade/Core/Ajax/Exceptions/AjaxFormErrorException.php',
'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxUnauthorizedException' => $baseDir . '/app/RSpade/Core/Ajax/Exceptions/AjaxUnauthorizedException.php',
'App\\RSpade\\Core\\Api\\Api_Key_Model' => $baseDir . '/app/RSpade/Core/Api/Api_Key_Model.php',
'App\\RSpade\\Core\\Auth\\RsxAuth' => $baseDir . '/app/RSpade/Core/Auth/RsxAuth.php',
'App\\RSpade\\Core\\Autoloader' => $baseDir . '/app/RSpade/Core/Autoloader.php',
'App\\RSpade\\Core\\Base\\Main_Abstract' => $baseDir . '/app/RSpade/Core/Base/Main_Abstract.php',
@@ -255,7 +267,9 @@ return array(
'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract' => $baseDir . '/app/RSpade/Core/Bundle/BundleIntegration_Abstract.php',
'App\\RSpade\\Core\\Bundle\\BundleProcessor_Abstract' => $baseDir . '/app/RSpade/Core/Bundle/BundleProcessor_Abstract.php',
'App\\RSpade\\Core\\Bundle\\Core_Bundle' => $baseDir . '/app/RSpade/Core/Bundle/Core_Bundle.php',
'App\\RSpade\\Core\\Bundle\\Rsx_Asset_Bundle_Abstract' => $baseDir . '/app/RSpade/Core/Bundle/Rsx_Asset_Bundle_Abstract.php',
'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract' => $baseDir . '/app/RSpade/Core/Bundle/Rsx_Bundle_Abstract.php',
'App\\RSpade\\Core\\Bundle\\Rsx_Module_Bundle_Abstract' => $baseDir . '/app/RSpade/Core/Bundle/Rsx_Module_Bundle_Abstract.php',
'App\\RSpade\\Core\\Cache\\RsxCache' => $baseDir . '/app/RSpade/Core/Cache/RsxCache.php',
'App\\RSpade\\Core\\CodeTemplates\\StubProcessor' => $baseDir . '/app/RSpade/Core/CodeTemplates/StubProcessor.php',
'App\\RSpade\\Core\\Controller\\Controller_BundleIntegration' => $baseDir . '/app/RSpade/Core/Controller/Controller_BundleIntegration.php',
@@ -270,6 +284,7 @@ return array(
'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract' => $baseDir . '/app/RSpade/Core/Database/Models/Rsx_Model_Abstract.php',
'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract' => $baseDir . '/app/RSpade/Core/Database/Models/Rsx_Site_Model_Abstract.php',
'App\\RSpade\\Core\\Database\\Models\\Rsx_System_Model_Abstract' => $baseDir . '/app/RSpade/Core/Database/Models/Rsx_System_Model_Abstract.php',
'App\\RSpade\\Core\\Database\\Orm_Controller' => $baseDir . '/app/RSpade/Core/Database/Orm_Controller.php',
'App\\RSpade\\Core\\Database\\Query\\Grammars\\Query_MySqlGrammar' => $baseDir . '/app/RSpade/Core/Database/Query/Grammars/Query_MySqlGrammar.php',
'App\\RSpade\\Core\\Database\\Schema\\Grammars\\Schema_MySqlGrammar' => $baseDir . '/app/RSpade/Core/Database/Schema/Grammars/Schema_MySqlGrammar.php',
'App\\RSpade\\Core\\Database\\SeederPaths' => $baseDir . '/app/RSpade/Core/Database/SeederPaths.php',
@@ -286,6 +301,7 @@ return array(
'App\\RSpade\\Core\\Dispatch\\HandlerFactory' => $baseDir . '/app/RSpade/Core/Dispatch/HandlerFactory.php',
'App\\RSpade\\Core\\Dispatch\\ResponseBuilder' => $baseDir . '/app/RSpade/Core/Dispatch/ResponseBuilder.php',
'App\\RSpade\\Core\\Dispatch\\RouteResolver' => $baseDir . '/app/RSpade/Core/Dispatch/RouteResolver.php',
'App\\RSpade\\Core\\Dispatch\\Route_ManifestSupport' => $baseDir . '/app/RSpade/Core/Dispatch/Route_ManifestSupport.php',
'App\\RSpade\\Core\\Events\\Event_Registry' => $baseDir . '/app/RSpade/Core/Events/Event_Registry.php',
'App\\RSpade\\Core\\Exceptions\\Ajax_Exception_Handler' => $baseDir . '/app/RSpade/Core/Exceptions/Ajax_Exception_Handler.php',
'App\\RSpade\\Core\\Exceptions\\Cli_Exception_Handler' => $baseDir . '/app/RSpade/Core/Exceptions/Cli_Exception_Handler.php',
@@ -296,18 +312,19 @@ return array(
'App\\RSpade\\Core\\Files\\File_Attachment_Icons' => $baseDir . '/app/RSpade/Core/Files/File_Attachment_Icons.php',
'App\\RSpade\\Core\\Files\\File_Attachment_Model' => $baseDir . '/app/RSpade/Core/Files/File_Attachment_Model.php',
'App\\RSpade\\Core\\Files\\File_Storage_Model' => $baseDir . '/app/RSpade/Core/Files/File_Storage_Model.php',
'App\\RSpade\\Core\\Files\\File_Thumbnail_Model' => $baseDir . '/app/RSpade/Core/Files/File_Thumbnail_Model.php',
'App\\RSpade\\Core\\Files\\File_Thumbnail_Service' => $baseDir . '/app/RSpade/Core/Files/File_Thumbnail_Service.php',
'App\\RSpade\\Core\\IntegrationRegistry' => $baseDir . '/app/RSpade/Core/IntegrationRegistry.php',
'App\\RSpade\\Core\\Integration_Service_Provider_Abstract' => $baseDir . '/app/RSpade/Core/Integration_Service_Provider_Abstract.php',
'App\\RSpade\\Core\\JavaScript\\Js_Exception' => $baseDir . '/app/RSpade/Core/JavaScript/Js_Exception.php',
'App\\RSpade\\Core\\JavaScript\\Js_Parser' => $baseDir . '/app/RSpade/Core/JavaScript/Js_Parser.php',
'App\\RSpade\\Core\\JavaScript\\Js_Transformer' => $baseDir . '/app/RSpade/Core/JavaScript/Js_Transformer.php',
'App\\RSpade\\Core\\JsParsers\\Js_Exception' => $baseDir . '/app/RSpade/Core/JsParsers/Js_Exception.php',
'App\\RSpade\\Core\\JsParsers\\Js_Parser' => $baseDir . '/app/RSpade/Core/JsParsers/Js_Parser.php',
'App\\RSpade\\Core\\JsParsers\\Js_Transformer' => $baseDir . '/app/RSpade/Core/JsParsers/Js_Transformer.php',
'App\\RSpade\\Core\\Kernels\\ManifestKernel' => $baseDir . '/app/RSpade/Core/Kernels/ManifestKernel.php',
'App\\RSpade\\Core\\Locks\\RsxLocks' => $baseDir . '/app/RSpade/Core/Locks/RsxLocks.php',
'App\\RSpade\\Core\\Manifest\\Manifest' => $baseDir . '/app/RSpade/Core/Manifest/Manifest.php',
'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract' => $baseDir . '/app/RSpade/Core/Manifest/ManifestModule_Abstract.php',
'App\\RSpade\\Core\\Manifest\\ManifestSupport_Abstract' => $baseDir . '/app/RSpade/Core/Manifest/ManifestSupport_Abstract.php',
'App\\RSpade\\Core\\Manifest\\Modules\\Blade_ManifestModule' => $baseDir . '/app/RSpade/Core/Manifest/Modules/Blade_ManifestModule.php',
'App\\RSpade\\Core\\Manifest\\Modules\\Model_ManifestSupport' => $baseDir . '/app/RSpade/Core/Manifest/Modules/Model_ManifestSupport.php',
'App\\RSpade\\Core\\Models\\Country_Model' => $baseDir . '/app/RSpade/Core/Models/Country_Model.php',
'App\\RSpade\\Core\\Models\\Ip_Address_Model' => $baseDir . '/app/RSpade/Core/Models/Ip_Address_Model.php',
'App\\RSpade\\Core\\Models\\Login_User_Model' => $baseDir . '/app/RSpade/Core/Models/Login_User_Model.php',
@@ -315,6 +332,7 @@ return array(
'App\\RSpade\\Core\\Models\\Site_Model' => $baseDir . '/app/RSpade/Core/Models/Site_Model.php',
'App\\RSpade\\Core\\Models\\User_Invite_Model' => $baseDir . '/app/RSpade/Core/Models/User_Invite_Model.php',
'App\\RSpade\\Core\\Models\\User_Model' => $baseDir . '/app/RSpade/Core/Models/User_Model.php',
'App\\RSpade\\Core\\Models\\User_Permission_Model' => $baseDir . '/app/RSpade/Core/Models/User_Permission_Model.php',
'App\\RSpade\\Core\\Models\\User_Profile_Model' => $baseDir . '/app/RSpade/Core/Models/User_Profile_Model.php',
'App\\RSpade\\Core\\Models\\User_Verification_Model' => $baseDir . '/app/RSpade/Core/Models/User_Verification_Model.php',
'App\\RSpade\\Core\\PHP\\Filename_Suggester' => $baseDir . '/app/RSpade/Core/PHP/Filename_Suggester.php',
@@ -327,19 +345,24 @@ return array(
'App\\RSpade\\Core\\Providers\\Rsx_Migration_Notice_Provider' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Migration_Notice_Provider.php',
'App\\RSpade\\Core\\Providers\\Rsx_Preboot_Service' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Preboot_Service.php',
'App\\RSpade\\Core\\Providers\\Rsx_Restricted_Routing_Provider' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Restricted_Routing_Provider.php',
'App\\RSpade\\Core\\Response\\Auth_Required_Response' => $baseDir . '/app/RSpade/Core/Response/Auth_Required_Response.php',
'App\\RSpade\\Core\\Response\\Fatal_Error_Response' => $baseDir . '/app/RSpade/Core/Response/Fatal_Error_Response.php',
'App\\RSpade\\Core\\Response\\Form_Error_Response' => $baseDir . '/app/RSpade/Core/Response/Form_Error_Response.php',
'App\\RSpade\\Core\\Response\\Error_Response' => $baseDir . '/app/RSpade/Core/Response/Error_Response.php',
'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract' => $baseDir . '/app/RSpade/Core/Response/Rsx_Response_Abstract.php',
'App\\RSpade\\Core\\Response\\Unauthorized_Response' => $baseDir . '/app/RSpade/Core/Response/Unauthorized_Response.php',
'App\\RSpade\\Core\\Rsx' => $baseDir . '/app/RSpade/Core/Rsx.php',
'App\\RSpade\\Core\\RsxReflection' => $baseDir . '/app/RSpade/Core/RsxReflection.php',
'App\\RSpade\\Core\\SPA\\Spa_ManifestSupport' => $baseDir . '/app/RSpade/Core/SPA/Spa_ManifestSupport.php',
'App\\RSpade\\Core\\Search\\Search_Index_Model' => $baseDir . '/app/RSpade/Core/Search/Search_Index_Model.php',
'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract' => $baseDir . '/app/RSpade/Core/Service/Rsx_Service_Abstract.php',
'App\\RSpade\\Core\\Session\\Session' => $baseDir . '/app/RSpade/Core/Session/Session.php',
'App\\RSpade\\Core\\Session\\Session_Cleanup_Service' => $baseDir . '/app/RSpade/Core/Session/Session_Cleanup_Service.php',
'App\\RSpade\\Core\\Storage\\Rsx_Storage_Helper' => $baseDir . '/app/RSpade/Core/Storage/Rsx_Storage_Helper.php',
'App\\RSpade\\Core\\Task\\Cleanup_Service' => $baseDir . '/app/RSpade/Core/Task/Cleanup_Service.php',
'App\\RSpade\\Core\\Task\\Cron_Parser' => $baseDir . '/app/RSpade/Core/Task/Cron_Parser.php',
'App\\RSpade\\Core\\Task\\Task' => $baseDir . '/app/RSpade/Core/Task/Task.php',
'App\\RSpade\\Core\\Task\\Task_Instance' => $baseDir . '/app/RSpade/Core/Task/Task_Instance.php',
'App\\RSpade\\Core\\Task\\Task_Lock' => $baseDir . '/app/RSpade/Core/Task/Task_Lock.php',
'App\\RSpade\\Core\\Task\\Task_Status' => $baseDir . '/app/RSpade/Core/Task/Task_Status.php',
'App\\RSpade\\Core\\Testing\\Rsx_Formdata_Generator_Controller' => $baseDir . '/app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
'App\\RSpade\\Core\\Testing\\Rsx_Test_Abstract' => $baseDir . '/app/RSpade/Core/Testing/Rsx_Test_Abstract.php',
'App\\RSpade\\Core\\Validation\\LayoutChainValidator' => $baseDir . '/app/RSpade/Core/Validation/LayoutChainValidator.php',
'App\\RSpade\\Core\\Validation\\ViewValidator' => $baseDir . '/app/RSpade/Core/Validation/ViewValidator.php',
'App\\RSpade\\Core\\View\\PageData' => $baseDir . '/app/RSpade/Core/View/PageData.php',
@@ -360,14 +383,14 @@ return array(
'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_View_Component' => $baseDir . '/app/RSpade/Integrations/Jqhtml/Jqhtml_View_Component.php',
'App\\RSpade\\Integrations\\Scss\\Scss_BundleProcessor' => $baseDir . '/app/RSpade/Integrations/Scss/Scss_BundleProcessor.php',
'App\\RSpade\\Integrations\\Scss\\Scss_ManifestModule' => $baseDir . '/app/RSpade/Integrations/Scss/Scss_ManifestModule.php',
'App\\RSpade\\Modules\\Model_ManifestSupport' => $baseDir . '/app/RSpade/Modules/Model_ManifestSupport.php',
'App\\RSpade\\Lib\\Flash\\Flash_Alert' => $baseDir . '/app/RSpade/Lib/Flash/Flash_Alert.php',
'App\\RSpade\\Lib\\Flash\\Flash_Alert_Model' => $baseDir . '/app/RSpade/Lib/Flash/Flash_Alert_Model.php',
'App\\RSpade\\SchemaQuality\\Rules\\BooleanColumnTypeRule' => $baseDir . '/app/RSpade/SchemaQuality/Rules/BooleanColumnTypeRule.php',
'App\\RSpade\\SchemaQuality\\Rules\\IdColumnTypeRule' => $baseDir . '/app/RSpade/SchemaQuality/Rules/IdColumnTypeRule.php',
'App\\RSpade\\SchemaQuality\\Rules\\Schema_Rule_Abstract' => $baseDir . '/app/RSpade/SchemaQuality/Rules/Schema_Rule_Abstract.php',
'App\\RSpade\\SchemaQuality\\Rules\\SessionIdForeignKeyRule' => $baseDir . '/app/RSpade/SchemaQuality/Rules/SessionIdForeignKeyRule.php',
'App\\RSpade\\SchemaQuality\\SchemaQualityChecker' => $baseDir . '/app/RSpade/SchemaQuality/SchemaQualityChecker.php',
'App\\RSpade\\SchemaQuality\\SchemaViolation' => $baseDir . '/app/RSpade/SchemaQuality/SchemaViolation.php',
'App\\RSpade\\Testing\\Rsx_Test_Abstract' => $baseDir . '/app/RSpade/Testing/Rsx_Test_Abstract.php',
'App\\RSpade\\Upstream\\RefactorLog' => $baseDir . '/app/RSpade/Upstream/RefactorLog.php',
'App\\Routing\\RestrictedRouter' => $baseDir . '/app/Routing/RestrictedRouter.php',
'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',