SYMBOL INDEX (199 symbols across 45 files) FILE: .stubs.php class RedirectResponse (line 5) | class RedirectResponse method error (line 7) | public function error(string $message, array $replace = []): RedirectR... method info (line 9) | public function info(string $message, array $replace = []): RedirectRe... method success (line 11) | public function success(string $message, array $replace = []): Redirec... method warning (line 13) | public function warning(string $message, array $replace = []): Redirec... class Redirector (line 19) | class Redirector method error (line 21) | public function error(string $message, array $replace = []): Redirecto... method info (line 23) | public function info(string $message, array $replace = []): Redirector {} method success (line 25) | public function success(string $message, array $replace = []): Redirec... method warning (line 27) | public function warning(string $message, array $replace = []): Redirec... FILE: resources/js/config.js class Alignment (line 1) | class Alignment { method constructor (line 4) | constructor(value) { method isTop (line 8) | isTop() { class Config (line 13) | class Config { method constructor (line 14) | constructor(alignment, duration, replace, suppress) { method fromJson (line 21) | static fromJson(data) { FILE: resources/js/hub.js function Hub (line 4) | function Hub(Alpine) { FILE: resources/js/toast.js class Toast (line 3) | class Toast { method constructor (line 4) | constructor(duration, message, type) { method fromJson (line 15) | static fromJson(data) { method dispose (line 19) | dispose() { method equals (line 32) | equals(other) { method runAfterDuration (line 38) | runAfterDuration(callback) { method select (line 42) | select(config) { method show (line 46) | show($el) { FILE: resources/js/uuid41.js function uuid41 (line 1) | function uuid41() { FILE: src/AccessibleCollector.php class AccessibleCollector (line 6) | final readonly class AccessibleCollector implements Collector method __construct (line 11) | public function __construct(private Collector $next) {} method collect (line 13) | public function collect(Toast $toast): void method release (line 25) | public function release(): array FILE: src/Assertable.php type Assertable (line 6) | trait Assertable method is (line 8) | public function is(string $value): bool FILE: src/Collector.php type Collector (line 5) | interface Collector method collect (line 7) | public function collect(Toast $toast): void; method release (line 10) | public function release(): array; FILE: src/Duration.php class Duration (line 8) | final readonly class Duration method __construct (line 14) | private function __construct(int $value) method fromMillis (line 23) | public static function fromMillis(int $value): self FILE: src/LivewireRelay.php class LivewireRelay (line 13) | final readonly class LivewireRelay method __invoke (line 17) | public function __invoke(Component $component, ComponentContext $ctx):... FILE: src/Message.php class Message (line 8) | final readonly class Message method __construct (line 14) | private function __construct(string $value, array $replace = []) method fromString (line 24) | public static function fromString(string $value): self method fromTranslatable (line 29) | public static function fromTranslatable(string $value, array $replace ... method equals (line 34) | public function equals(Message|string $other): bool FILE: src/PendingToast.php class PendingToast (line 18) | final class PendingToast method __construct (line 26) | private function __construct(int $duration) method create (line 31) | public static function create(): self method dispatch (line 36) | public function dispatch(): void method __call (line 45) | public function __call(string $name, array $arguments): mixed method __destruct (line 58) | public function __destruct() FILE: src/QueuingCollector.php class QueuingCollector (line 6) | final class QueuingCollector implements Collector method collect (line 10) | public function collect(Toast $toast): void method release (line 15) | public function release(): array FILE: src/SessionRelay.php class SessionRelay (line 11) | final readonly class SessionRelay method __construct (line 15) | public function __construct(private Application $app) {} method handle (line 17) | public function handle(Request $request, Closure $next): mixed method serialize (line 32) | private function serialize(array $toasts): array FILE: src/TestableCollector.php class TestableCollector (line 7) | final class TestableCollector implements Collector method collect (line 11) | public function collect(Toast $toast): void method release (line 16) | public function release(): array method assertDispatched (line 24) | public function assertDispatched(string $message): void method assertNothingDispatched (line 31) | public function assertNothingDispatched(): void FILE: src/Toast.php class Toast (line 7) | final readonly class Toast implements Arrayable method __construct (line 9) | public function __construct( method toArray (line 15) | public function toArray(): array FILE: src/ToastBuilder.php class ToastBuilder (line 8) | final class ToastBuilder method create (line 18) | public static function create(): self method proto (line 23) | public static function proto(Toast $toast): self method duration (line 33) | public function duration(int $milliseconds): self method error (line 38) | public function error(): self method info (line 43) | public function info(): self method message (line 48) | public function message(string $message, array $replace = []): self method success (line 53) | public function success(): self method type (line 58) | public function type(string $type): self method warning (line 63) | public function warning(): self method get (line 68) | public function get(): Toast method modify (line 85) | private function modify(string $property, mixed $value): self FILE: src/Toastable.php type Toastable (line 5) | trait Toastable method error (line 7) | protected function error(string $message, array $replace = []): Pendin... method info (line 12) | protected function info(string $message, array $replace = []): Pending... method success (line 17) | protected function success(string $message, array $replace = []): Pend... method toast (line 22) | protected function toast(): PendingToast method warning (line 27) | protected function warning(string $message, array $replace = []): Pend... FILE: src/ToastableMacros.php class ToastableMacros (line 8) | final readonly class ToastableMacros method error (line 10) | protected function error(): Closure method info (line 15) | protected function info(): Closure method success (line 20) | protected function success(): Closure method warning (line 25) | protected function warning(): Closure method macro (line 30) | private function macro(string $type): Closure FILE: src/Toaster.php class Toaster (line 13) | final class Toaster extends Facade method config (line 15) | public static function config(): ToasterConfig method error (line 20) | public static function error(string $message, array $replace = []): Pe... method fake (line 25) | public static function fake(): TestableCollector method info (line 32) | public static function info(string $message, array $replace = []): Pen... method success (line 37) | public static function success(string $message, array $replace = []): ... method toast (line 42) | public static function toast(): PendingToast method warning (line 47) | public static function warning(string $message, array $replace = []): ... method getFacadeAccessor (line 52) | protected static function getFacadeAccessor(): string method getMockableClass (line 57) | protected static function getMockableClass(): string FILE: src/ToasterConfig.php class ToasterConfig (line 8) | final readonly class ToasterConfig method __construct (line 10) | private function __construct( method fromArray (line 33) | public static function fromArray(array $config): self method alignment (line 47) | public function alignment(): Alignment method position (line 52) | public function position(): Position method toJavaScript (line 57) | public function toJavaScript(): array FILE: src/ToasterHub.php class ToasterHub (line 10) | final class ToasterHub extends Component method __construct (line 14) | public function __construct( method render (line 20) | public function render(): View FILE: src/ToasterServiceProvider.php class ToasterServiceProvider (line 13) | final class ToasterServiceProvider extends AggregateServiceProvider method boot (line 20) | public function boot(): void method register (line 36) | public function register(): void method aliasToasterHub (line 54) | private function aliasToasterHub(BladeCompiler $blade): void method configureService (line 59) | private function configureService(): ToasterConfig method registerPublishing (line 70) | private function registerPublishing(): void method relayToLivewire (line 81) | private function relayToLivewire(): void method relayToSession (line 86) | private function relayToSession(Router $router): void FILE: src/TranslatingCollector.php class TranslatingCollector (line 8) | final readonly class TranslatingCollector implements Collector method __construct (line 10) | public function __construct( method collect (line 15) | public function collect(Toast $toast): void method release (line 26) | public function release(): array FILE: tests/AccessibleCollectorTest.php class AccessibleCollectorTest (line 9) | final class AccessibleCollectorTest extends TestCase method it_adds_a_second_for_every_one_hundredth_word_floored (line 14) | #[Test] FILE: tests/CollectorFactoryMethods.php type CollectorFactoryMethods (line 7) | trait CollectorFactoryMethods method aCollector (line 9) | private function aCollector(): QueuingCollector FILE: tests/ControllerTest.php class ControllerTest (line 11) | final class ControllerTest extends TestCase method defineRoutes (line 13) | protected function defineRoutes($router): void method multiple_toasts_can_be_dispatched (line 19) | #[Test] method toast_is_flashed_to_the_session_using_dependency_injection (line 36) | #[Test] class ToastController (line 47) | final class ToastController method inject (line 51) | public function inject(Collector $toasts): array method multiple (line 64) | public function multiple(): array FILE: tests/DurationTest.php class DurationTest (line 10) | final class DurationTest extends TestCase method it_requires_a_duration_to_be_at_least_1s (line 12) | #[Test] FILE: tests/LivewireRelayTest.php class LivewireRelayTest (line 11) | final class LivewireRelayTest extends TestCase method it_dispatches_events (line 13) | #[Test] class TestComponent (line 42) | final class TestComponent extends Component method normalAction (line 46) | public function normalAction(): void method redirectingAction (line 51) | public function redirectingAction(): void method redirectingActionUsingNavigate (line 56) | public function redirectingActionUsingNavigate(): void method render (line 61) | public function render(Collector $toasts): string FILE: tests/LivewireTest.php class LivewireTest (line 14) | final class LivewireTest extends TestCase method setUp (line 18) | protected function setUp(): void method multiple_toasts_can_be_dispatched (line 25) | #[Test] method toast_is_dispatched_to_the_browser_using_dependency_injection (line 47) | #[Test] class ToastComponent (line 63) | final class ToastComponent extends Component method inject (line 67) | public function inject(Collector $toasts): void method multiple (line 78) | public function multiple(): void method render (line 87) | public function render(): string FILE: tests/MessageTest.php class MessageTest (line 10) | final class MessageTest extends TestCase method it_requires_a_message_not_to_be_empty (line 12) | #[Test] FILE: tests/PendingToastTest.php class PendingToastTest (line 9) | final class PendingToastTest extends TestCase method it_can_be_instantiated_through_static_factory_on_toaster (line 11) | #[Test] method it_can_be_instantiated_with_defaults (line 43) | #[Test] method it_will_automatically_dispatch_the_toast_upon_destruction (line 55) | #[Test] method it_will_only_dispatch_once (line 66) | #[Test] FILE: tests/QueuingCollectorTest.php class QueuingCollectorTest (line 8) | final class QueuingCollectorTest extends TestCase method it_can_add_and_flush_toasts (line 13) | #[Test] FILE: tests/SessionRelayTest.php class SessionRelayTest (line 10) | final class SessionRelayTest extends TestCase method it_relays_toasts_to_the_session (line 15) | #[Test] FILE: tests/TestCase.php class TestCase (line 8) | abstract class TestCase extends TestCaseBase method getPackageProviders (line 10) | protected function getPackageProviders($app): array FILE: tests/TestableCollectorTest.php class TestableCollectorTest (line 9) | final class TestableCollectorTest extends TestCase method it_can_assert_if_toasts_were_dispatched (line 13) | #[Test] FILE: tests/ToastBuilderTest.php class ToastBuilderTest (line 11) | final class ToastBuilderTest extends TestCase method it_can_fluently_build_and_return_a_toast (line 13) | #[Test] method it_throws_if_the_builder_data_is_incomplete_to_build_a_toast (line 31) | #[Test] FILE: tests/ToastFactoryMethods.php type ToastFactoryMethods (line 10) | trait ToastFactoryMethods method aToast (line 12) | private function aToast(...$values): Toast FILE: tests/ToastTest.php class ToastTest (line 8) | final class ToastTest extends TestCase method it_can_be_serialized_to_array (line 12) | #[Test] FILE: tests/ToastableMacrosTest.php class ToastableMacrosTest (line 8) | final class ToastableMacrosTest extends TestCase method defineRoutes (line 10) | protected function defineRoutes($router): void method redirect (line 15) | #[Test] class ToastableMacroController (line 22) | final class ToastableMacroController method redirect (line 24) | public function redirect(): RedirectResponse FILE: tests/ToastableTest.php class ToastableTest (line 12) | final class ToastableTest extends TestCase method it_can_be_invoked_from_controllers (line 14) | #[Test] method it_can_be_invoked_from_livewire_components (line 28) | #[Test] class ToastableComponent (line 43) | final class ToastableComponent extends Component method bake (line 47) | public function bake(): void method render (line 52) | public function render(): string class ToastableController (line 58) | final class ToastableController method index (line 62) | public function index(): array FILE: tests/ToasterConfigTest.php class ToasterConfigTest (line 9) | final class ToasterConfigTest extends TestCase method it_can_be_serialized_for_the_frontend (line 11) | #[Test] FILE: tests/ToasterHubTest.php class ToasterHubTest (line 13) | final class ToasterHubTest extends TestCase method configurations (line 17) | public static function configurations(): iterable method it_can_be_rendered (line 30) | #[DataProvider('configurations')] FILE: tests/ToasterServiceProviderTest.php class ToasterServiceProviderTest (line 15) | final class ToasterServiceProviderTest extends TestCase method setUp (line 17) | protected function setUp(): void method it_binds_the_service_as_a_singleton (line 24) | #[Test] method it_registers_the_translating_behaviour_only_if_enabled_in_the_config (line 31) | #[Test] method it_registers_macros (line 43) | #[Test] method it_registers_custom_config_object (line 57) | #[Test] FILE: tests/TranslatingCollectorTest.php class TranslatingCollectorTest (line 9) | final class TranslatingCollectorTest extends TestCase method it_can_translate_the_messages (line 14) | #[Test] method it_doesnt_replace_array_resolved_translations (line 26) | #[Test] method it_doesnt_modify_regular_strings (line 38) | #[Test]