Download the PHP package lucasp1337/laravel-loom without Composer
On this page you can find all versions of the php package lucasp1337/laravel-loom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucasp1337/laravel-loom
More information about lucasp1337/laravel-loom
Files in lucasp1337/laravel-loom
Download lucasp1337/laravel-loom
More information about lucasp1337/laravel-loom
Files in lucasp1337/laravel-loom
Vendor lucasp1337
Package laravel-loom
Short Description Static architectural inspector for Laravel applications — emits a JSON index of events, listeners, and observers.
License MIT
Homepage https://github.com/lucasp1337/laravel-loom
Package laravel-loom
Short Description Static architectural inspector for Laravel applications — emits a JSON index of events, listeners, and observers.
License MIT
Homepage https://github.com/lucasp1337/laravel-loom
Please rate this library. Is it a good library?
Informations about the package laravel-loom
Events — app/Events/**, plus any class dispatched via event() / Event::dispatch()
Listeners — auto-discovery, $listen arrays, Event::listen(), and subscribers
Closure listeners — closures registered as listeners, in their own section
Observers — Model::observe(), #[ObservedBy], and eloquent.* model events
Jobs — app/Jobs/**, plus any class dispatched via dispatch() / X::dispatch(), with queue config
Statically-resolvable dispatch-time modifiers — `->onQueue()`, `->onConnection()`, `->delay()` (integer seconds), `->locale()`, `->mailer()`, `->afterCommit()` — are recorded as an optional `overrides` object on the dispatch site. `queue_config` still reflects class-default declarations; `overrides` records what the call site changed.
Schedule — Kernel::schedule(), bootstrap/app.php, and Schedule::* chains, normalized to cron
Mailables — app/Mail/**, plus Mail::send() and Mail::to()->send() chains, with queue config
Notifications — app/Notifications/**, plus notify() / Notification::send(), with channels
A literal channel-filter argument on `Notification::send()` / `Notification::sendNow()` — an array of string channel names and/or `Class::class` channel constants — is recorded as an optional `channels` array on the `notified_from` dispatch site, using the same value shape as `via()`. It's captured only on the facade form (the `->notify(...)` method form has no channel-filter argument) and omitted when the argument is absent, empty, or non-literal.
Dispatches — every handler body, cross-linked back to the listener, observer, or job it runs in
Click to expand a representative scan against a small Laravel 13 app
All versions of laravel-loom with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
justinrainbow/json-schema Version ^6.0
nikic/php-parser Version ^5.0
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
justinrainbow/json-schema Version ^6.0
nikic/php-parser Version ^5.0
The package lucasp1337/laravel-loom contains the following files
Loading the files please wait ...