Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Errors Laravel Package

axy/errors

axy/errors is a PHP 8.1+ helper for defining and organizing exception classes. Provides common exception structures, basic error classes, default messages, backtrace truncation, and global options to standardize error handling across projects.

View on GitHub
Deep Wiki
Context7

PropertyReadOnly

class PropertyReadOnly extends Logic implements ReadOnly

Attempting to write a value in the read-only property.

Unlike ContainerReadOnly other properties may be editable.

$vars->x = 1;
$vars->y = 2;
$vars->z = 3;
echo $vars->count; // 3

$vars->count = 4; // Property vars::count is read-only

Even this property can be editable at other time.

$crawler->url = 'http://example.com';
$crawler->run();

$crawler->url = 'http://newsite.loc'; // too late

__construct([$container, $key [, $previous, $thrower])

  • $container - the container or its name
  • $key - the property key

Methods

  • getContainer():string|object
  • getKey():string
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
babenkoivan/elastic-client
innmind/static-analysis
innmind/coding-standard
datacore/hub-sdk
alengo/sulu-http-cache-bundle
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity