SYMBOL INDEX (245 symbols across 27 files) FILE: src/Commands/LivewireMakeCommand.php class LivewireMakeCommand (line 10) | class LivewireMakeCommand extends Command implements PromptsForMissingInput method handle (line 28) | public function handle() method createSingleFileComponent (line 49) | protected function createSingleFileComponent() method createMultiFileComponent (line 71) | protected function createMultiFileComponent() method createClassBasedComponent (line 129) | protected function createClassBasedComponent() method createClass (line 146) | protected function createClass() method createView (line 164) | protected function createView() FILE: src/Commands/LivewireMakeFormCommand.php class LivewireMakeFormCommand (line 10) | class LivewireMakeFormCommand extends Command implements PromptsForMissi... method handle (line 28) | public function handle() method createClass (line 53) | protected function createClass() FILE: src/Commands/VoltMakeCommand.php class VoltMakeCommand (line 10) | class VoltMakeCommand extends Command implements PromptsForMissingInput method handle (line 34) | public function handle() method createView (line 53) | protected function createView() FILE: src/LaravelModulesLivewireServiceProvider.php class LaravelModulesLivewireServiceProvider (line 11) | class LaravelModulesLivewireServiceProvider extends ServiceProvider method register (line 18) | public function register() method boot (line 28) | public function boot() method registerProviders (line 42) | protected function registerProviders() method registerCommands (line 47) | protected function registerCommands() method registerPublishables (line 60) | protected function registerPublishables() FILE: src/Providers/LivewireComponentServiceProvider.php class LivewireComponentServiceProvider (line 12) | class LivewireComponentServiceProvider extends ServiceProvider method register (line 19) | public function register() method provides (line 33) | public function provides() method registerModuleComponents (line 38) | protected function registerModuleComponents() method registerCustomModuleComponents (line 87) | protected function registerCustomModuleComponents() method registerModuleVoltComponents (line 136) | public function registerModuleVoltComponents() FILE: src/Support/Decomposer.php class Decomposer (line 8) | class Decomposer method getComposerData (line 12) | public static function getComposerData() method getPackage (line 23) | public static function getPackage($packageName) method hasPackage (line 36) | public static function hasPackage($packageName) method hasPackages (line 45) | public static function hasPackages($packageNames = []) method checkDependencies (line 59) | public static function checkDependencies($packageNames = null) FILE: src/Support/ModuleVoltComponentRegistry.php class ModuleVoltComponentRegistry (line 8) | class ModuleVoltComponentRegistry method registerComponents (line 10) | public function registerComponents($options = []) method getRegisterableComponents (line 63) | public function getRegisterableComponents($path, $viewNamespaces = [],... method getModuleComponentData (line 107) | public function getModuleComponentData($moduleName = null) method mountModuleVoltComponents (line 147) | public function mountModuleVoltComponents($moduleName = null) method component (line 158) | public function component($alias, $path) method resolveComponent (line 165) | public function resolveComponent($component) FILE: src/Traits/CommandHelper.php type CommandHelper (line 8) | trait CommandHelper method isCustomModule (line 10) | protected function isCustomModule() method determineComponentType (line 26) | protected function determineComponentType($default = null) method isSfc (line 43) | protected function isSfc() method isMfc (line 48) | protected function isMfc() method isCbc (line 53) | protected function isCbc() method isForce (line 58) | protected function isForce() method isInline (line 63) | protected function isInline() method ensureDirectoryExists (line 68) | protected function ensureDirectoryExists($path) method getModule (line 77) | protected function getModule() method getCustomModule (line 109) | protected function getCustomModule() method getModuleName (line 122) | protected function getModuleName() method getModuleLowerName (line 129) | protected function getModuleLowerName() method getModulePath (line 136) | protected function getModulePath($withApp = false) method getModuleNamespace (line 145) | protected function getModuleNamespace() method getModuleLivewireNamespace (line 152) | protected function getModuleLivewireNamespace() method getNamespace (line 163) | protected function getNamespace($classPath) method getModuleLivewireViewDir (line 177) | protected function getModuleLivewireViewDir() method getModuleResourceViewDir (line 188) | protected function getModuleResourceViewDir() method checkClassNameValid (line 199) | protected function checkClassNameValid() method checkReservedClassName (line 211) | protected function checkReservedClassName() FILE: src/Traits/LivewireComponentParser.php type LivewireComponentParser (line 10) | trait LivewireComponentParser method parser (line 20) | protected function parser() method getComponent (line 47) | protected function getComponent() method getClassInfo (line 60) | protected function getClassInfo() method getViewInfo (line 85) | protected function getViewInfo() method getStubInfo (line 138) | protected function getStubInfo() method getClassContents (line 197) | protected function getClassContents() method getViewContents (line 212) | protected function getViewContents() method getClassSourcePath (line 221) | protected function getClassSourcePath() method getClassNamespace (line 226) | protected function getClassNamespace() method getClassName (line 231) | protected function getClassName() method getViewName (line 236) | protected function getViewName() method getViewSourcePath (line 241) | protected function getViewSourcePath() method getComponentTagName (line 248) | protected function getComponentTagName() method getComponentTag (line 259) | protected function getComponentTag() method getComponentQuote (line 264) | protected function getComponentQuote() method getBasePath (line 269) | protected function getBasePath($path = null) method option (line 280) | public function option($key = null) FILE: src/Traits/VoltComponentParser.php type VoltComponentParser (line 10) | trait VoltComponentParser method parser (line 20) | protected function parser() method getComponent (line 45) | protected function getComponent() method getViewInfo (line 57) | protected function getViewInfo() method getModuleVoltComponentData (line 77) | protected function getModuleVoltComponentData() method getModuleVoltResourceViewDir (line 84) | protected function getModuleVoltResourceViewDir() method getStubInfo (line 114) | protected function getStubInfo() method getViewContents (line 149) | protected function getViewContents() method getViewName (line 160) | protected function getViewName() method getViewSourcePath (line 165) | protected function getViewSourcePath() method getComponentTag (line 172) | protected function getComponentTag() method getComponentType (line 185) | protected function getComponentType() method getComponentQuote (line 196) | protected function getComponentQuote() method getBasePath (line 201) | protected function getBasePath($path = null) method alreadyUsingClasses (line 209) | protected function alreadyUsingClasses(): bool FILE: src/View/ModuleVoltViewFactory.php class ModuleVoltViewFactory (line 9) | class ModuleVoltViewFactory extends Factory method make (line 15) | public function make($view, $data = [], $mergeData = []) FILE: tests/Feature/Commands/LivewireMakeCommandTest.php class LivewireMakeCommandTest (line 8) | class LivewireMakeCommandTest extends TestCase method setUp (line 10) | public function setUp(): void method test_core_module_is_exists (line 15) | public function test_core_module_is_exists() method test_can_create_livewire_component_with_slash_notation (line 22) | public function test_can_create_livewire_component_with_slash_notation() method test_can_create_livewire_component_with_backslash_notation (line 34) | public function test_can_create_livewire_component_with_backslash_nota... method test_can_create_livewire_component_with_dot_notation (line 45) | public function test_can_create_livewire_component_with_dot_notation() method test_can_create_inline_component (line 56) | public function test_can_create_inline_component() method test_can_force_create_component (line 69) | public function test_can_force_create_component() method test_cannot_create_component_without_force_when_exists (line 87) | public function test_cannot_create_component_without_force_when_exists() method test_can_create_component_with_custom_view_path (line 104) | public function test_can_create_component_with_custom_view_path() method test_can_create_component_with_custom_stub (line 116) | public function test_can_create_component_with_custom_stub() method test_validates_component_name (line 134) | public function test_validates_component_name() method test_validates_reserved_class_names (line 143) | public function test_validates_reserved_class_names() FILE: tests/Feature/Commands/LivewireMakeFormCommandTest.php class LivewireMakeFormCommandTest (line 8) | class LivewireMakeFormCommandTest extends TestCase method setUp (line 10) | public function setUp(): void method tearDown (line 18) | protected function tearDown(): void method test_can_create_livewire_form_component_with_slash_notation (line 26) | public function test_can_create_livewire_form_component_with_slash_not... method test_can_create_livewire_form_component_with_backslash_notation (line 37) | public function test_can_create_livewire_form_component_with_backslash... method test_can_create_livewire_form_component_with_dot_notation (line 48) | public function test_can_create_livewire_form_component_with_dot_notat... method test_can_force_create_form_component (line 59) | public function test_can_force_create_form_component() method test_cannot_create_form_component_without_force_when_exists (line 77) | public function test_cannot_create_form_component_without_force_when_e... method test_can_create_form_component_with_custom_stub (line 94) | public function test_can_create_form_component_with_custom_stub() method test_validates_form_component_name (line 112) | public function test_validates_form_component_name() method test_validates_reserved_form_class_names (line 121) | public function test_validates_reserved_form_class_names() method createTestModule (line 130) | protected function createTestModule() method cleanupTestModule (line 146) | protected function cleanupTestModule() FILE: tests/Feature/Commands/VoltMakeCommandTest.php class VoltMakeCommandTest (line 8) | class VoltMakeCommandTest extends TestCase method setUp (line 10) | public function setUp(): void method tearDown (line 18) | protected function tearDown(): void method test_can_create_volt_component_with_dot_notation (line 26) | public function test_can_create_volt_component_with_dot_notation() method test_can_create_volt_component_with_slash_notation (line 35) | public function test_can_create_volt_component_with_slash_notation() method test_can_force_create_volt_component (line 44) | public function test_can_force_create_volt_component() method test_cannot_create_volt_component_without_force_when_exists (line 62) | public function test_cannot_create_volt_component_without_force_when_e... method test_can_create_volt_component_with_custom_view_namespace (line 79) | public function test_can_create_volt_component_with_custom_view_namesp... method test_can_create_volt_component_with_pages_view_namespace (line 88) | public function test_can_create_volt_component_with_pages_view_namespa... method test_can_create_class_based_volt_component (line 97) | public function test_can_create_class_based_volt_component() method test_can_create_functional_volt_component (line 107) | public function test_can_create_functional_volt_component() method test_can_create_volt_component_with_custom_stub (line 117) | public function test_can_create_volt_component_with_custom_stub() method test_validates_volt_component_name (line 135) | public function test_validates_volt_component_name() method createTestModule (line 144) | protected function createTestModule() method cleanupTestModule (line 160) | protected function cleanupTestModule() FILE: tests/Feature/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_package_can_be_loaded (line 12) | public function test_package_can_be_loaded(): void method test_package_provides_expected_configuration (line 29) | public function test_package_provides_expected_configuration(): void method test_sum_2_and_2 (line 42) | public function test_sum_2_and_2(): void FILE: tests/Feature/IntegrationTest.php class IntegrationTest (line 8) | class IntegrationTest extends TestCase method setUp (line 10) | public function setUp(): void method tearDown (line 18) | protected function tearDown(): void method test_package_can_be_installed_and_configured (line 26) | public function test_package_can_be_installed_and_configured() method test_commands_are_registered (line 40) | public function test_commands_are_registered() method test_can_create_livewire_component_integration (line 49) | public function test_can_create_livewire_component_integration() method test_can_create_livewire_form_component_integration (line 62) | public function test_can_create_livewire_form_component_integration() method test_can_create_volt_component_integration (line 75) | public function test_can_create_volt_component_integration() method test_can_create_inline_component_integration (line 84) | public function test_can_create_inline_component_integration() method test_can_create_component_with_custom_view_path_integration (line 97) | public function test_can_create_component_with_custom_view_path_integr... method test_can_create_component_with_custom_stub_integration (line 109) | public function test_can_create_component_with_custom_stub_integration() method test_force_option_overwrites_existing_component (line 127) | public function test_force_option_overwrites_existing_component() method test_component_tag_generation (line 153) | public function test_component_tag_generation() method createTestModule (line 163) | protected function createTestModule() method cleanupTestModule (line 190) | protected function cleanupTestModule() FILE: tests/Feature/Livewire/LivewireComponentRenderTest.php class LivewireComponentRenderTest (line 9) | class LivewireComponentRenderTest extends TestCase method setUp (line 11) | public function setUp(): void method test_module_make_livewire_command_works (line 16) | public function test_module_make_livewire_command_works() FILE: tests/Feature/Volt/VoltComponentRenderTest.php class VoltComponentRenderTest (line 7) | class VoltComponentRenderTest extends TestCase method setUp (line 9) | public function setUp(): void method test_module_make_volt_command_can_be_called (line 14) | public function test_module_make_volt_command_can_be_called() FILE: tests/TestCase.php class TestCase (line 15) | class TestCase extends TestbenchTestCase method setUp (line 26) | public function setUp(): void method getPackageProviders (line 40) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 49) | protected function getEnvironmentSetUp($app) FILE: tests/Traits/InitModule.php type InitModule (line 7) | trait InitModule method setUpModule (line 9) | protected function setUpModule(): void method tearDown (line 14) | protected function tearDown(): void method createTestModule (line 21) | protected function createTestModule() method cleanupTestModule (line 33) | protected function cleanupTestModule() method hasTestModule (line 45) | protected function hasTestModule() FILE: tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 12) | public function test_that_true_is_true(): void method test_basic_arithmetic (line 20) | public function test_basic_arithmetic(): void method test_string_operations (line 31) | public function test_string_operations(): void method test_array_operations (line 41) | public function test_array_operations(): void FILE: tests/Unit/LaravelModulesLivewireServiceProviderTest.php class LaravelModulesLivewireServiceProviderTest (line 8) | class LaravelModulesLivewireServiceProviderTest extends TestCase method setUp (line 12) | public function setUp(): void method test_provider_can_be_instantiated (line 19) | public function test_provider_can_be_instantiated() method test_register_method_does_not_throw_exception (line 24) | public function test_register_method_does_not_throw_exception() method test_boot_method_calls_required_methods (line 32) | public function test_boot_method_calls_required_methods() method test_register_providers_method_registers_livewire_component_service_provider (line 40) | public function test_register_providers_method_registers_livewire_comp... method test_register_commands_method_registers_commands_when_in_console (line 46) | public function test_register_commands_method_registers_commands_when_... method test_register_commands_method_returns_early_when_not_in_console (line 52) | public function test_register_commands_method_returns_early_when_not_i... method test_register_publishables_method_registers_publishable_assets (line 58) | public function test_register_publishables_method_registers_publishabl... method test_config_is_merged_correctly (line 64) | public function test_config_is_merged_correctly() FILE: tests/Unit/Providers/LivewireComponentServiceProviderTest.php class LivewireComponentServiceProviderTest (line 8) | class LivewireComponentServiceProviderTest extends TestCase method setUp (line 12) | public function setUp(): void method test_provider_can_be_instantiated (line 19) | public function test_provider_can_be_instantiated() method test_register_method_calls_required_methods (line 24) | public function test_register_method_calls_required_methods() method test_provides_method_returns_array (line 33) | public function test_provides_method_returns_array() method test_register_module_components_returns_false_when_dependencies_missing (line 40) | public function test_register_module_components_returns_false_when_dep... method test_register_custom_module_components_returns_false_when_dependencies_missing (line 46) | public function test_register_custom_module_components_returns_false_w... method test_register_component_directory_returns_false_when_directory_not_exists (line 52) | public function test_register_component_directory_returns_false_when_d... method test_register_module_volt_view_factory_returns_false_when_volt_not_available (line 63) | public function test_register_module_volt_view_factory_returns_false_w... method invokeMethod (line 74) | private function invokeMethod($object, $methodName, array $parameters ... FILE: tests/Unit/Support/DecomposerTest.php class DecomposerTest (line 8) | class DecomposerTest extends TestCase method test_get_composer_data_returns_collection (line 10) | public function test_get_composer_data_returns_collection() method test_get_package_returns_null_for_nonexistent_package (line 17) | public function test_get_package_returns_null_for_nonexistent_package() method test_has_package_returns_false_for_nonexistent_package (line 24) | public function test_has_package_returns_false_for_nonexistent_package() method test_has_packages_returns_false_when_any_package_missing (line 31) | public function test_has_packages_returns_false_when_any_package_missi... method test_has_packages_returns_true_when_all_packages_exist (line 38) | public function test_has_packages_returns_true_when_all_packages_exist() method test_check_dependencies_returns_error_object_when_packages_missing (line 48) | public function test_check_dependencies_returns_error_object_when_pack... method test_check_dependencies_returns_success_object_when_packages_exist (line 58) | public function test_check_dependencies_returns_success_object_when_pa... method test_check_dependencies_uses_default_dependencies_when_none_provided (line 68) | public function test_check_dependencies_uses_default_dependencies_when... method test_has_package_accepts_array_and_calls_has_packages (line 76) | public function test_has_package_accepts_array_and_calls_has_packages() method test_get_package_returns_object_with_name_and_version (line 83) | public function test_get_package_returns_object_with_name_and_version() FILE: tests/Unit/Support/ModuleVoltComponentRegistryTest.php class ModuleVoltComponentRegistryTest (line 9) | class ModuleVoltComponentRegistryTest extends TestCase method setUp (line 13) | public function setUp(): void method test_register_components_returns_false_when_volt_not_available (line 20) | public function test_register_components_returns_false_when_volt_not_a... method test_get_registerable_components_returns_empty_array_when_no_view_namespaces (line 29) | public function test_get_registerable_components_returns_empty_array_w... method test_get_registerable_components_returns_empty_array_when_directory_not_exists (line 41) | public function test_get_registerable_components_returns_empty_array_w... method test_get_registerable_components_finds_blade_files (line 53) | public function test_get_registerable_components_finds_blade_files() method test_get_registerable_components_ignores_non_blade_files (line 75) | public function test_get_registerable_components_ignores_non_blade_fil... method test_get_registerable_components_creates_correct_aliases (line 97) | public function test_get_registerable_components_creates_correct_alias... method test_get_registerable_components_handles_nested_directories (line 124) | public function test_get_registerable_components_handles_nested_direct... method test_get_module_component_data_returns_array (line 149) | public function test_get_module_component_data_returns_array() method test_get_module_component_data_returns_default_values (line 156) | public function test_get_module_component_data_returns_default_values() method test_component_method_registers_component (line 164) | public function test_component_method_registers_component() FILE: tests/Unit/Traits/CommandHelperTest.php class CommandHelperTest (line 7) | class CommandHelperTest extends TestCase method setUp (line 11) | public function setUp(): void method test_is_force_returns_boolean (line 56) | public function test_is_force_returns_boolean() method test_is_inline_returns_boolean (line 63) | public function test_is_inline_returns_boolean() method test_get_module_returns_module_object_or_false (line 70) | public function test_get_module_returns_module_object_or_false() method test_get_module_path_returns_string (line 80) | public function test_get_module_path_returns_string() method test_get_module_livewire_namespace_returns_string (line 90) | public function test_get_module_livewire_namespace_returns_string() method test_get_module_livewire_view_dir_returns_string (line 100) | public function test_get_module_livewire_view_dir_returns_string() method test_get_namespace_returns_string (line 110) | public function test_get_namespace_returns_string() method test_check_class_name_valid_returns_boolean (line 120) | public function test_check_class_name_valid_returns_boolean() method test_check_reserved_class_name_returns_boolean (line 130) | public function test_check_reserved_class_name_returns_boolean() method test_is_custom_module_returns_boolean (line 140) | public function test_is_custom_module_returns_boolean() method test_ensure_directory_exists_creates_directory (line 150) | public function test_ensure_directory_exists_creates_directory() method invokeMethod (line 165) | private function invokeMethod($object, $methodName, array $parameters ... FILE: tests/Unit/View/ModuleVoltViewFactoryTest.php class ModuleVoltViewFactoryTest (line 8) | class ModuleVoltViewFactoryTest extends TestCase method setUp (line 12) | public function setUp(): void method test_factory_can_be_instantiated (line 23) | public function test_factory_can_be_instantiated() method test_factory_extends_view_factory (line 28) | public function test_factory_extends_view_factory() method test_factory_has_finder (line 33) | public function test_factory_has_finder() method test_factory_has_engine_resolver (line 40) | public function test_factory_has_engine_resolver() method test_factory_can_add_namespace (line 47) | public function test_factory_can_add_namespace() method test_factory_can_add_location (line 54) | public function test_factory_can_add_location() method test_factory_can_make_view (line 61) | public function test_factory_can_make_view() method test_factory_can_exists (line 90) | public function test_factory_can_exists() method test_factory_can_share_data (line 97) | public function test_factory_can_share_data() method test_factory_can_composer (line 104) | public function test_factory_can_composer() method test_factory_can_creator (line 113) | public function test_factory_can_creator()