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

Concord Laravel Package

konekt/concord

Laravel extension for building modular applications using conventions on top of service providers. Manage in-app and external modules with isolation-friendly structure, version compatibility across Laravel releases, and tooling around module registration and organization.

View on GitHub
Deep Wiki
Context7

Short Names

Models, Enums & Requests registered with Concord can also be accessed by their short names.

Short name is the class's base name converted to snake case:

Full Class Name Short Name
Konekt\Address\Contracts\AddressType address_type
Konekt\Address\Contracts\Gender gender
App\Modules\Booking\Models\BedType bed_type

You can access the abstract class name (usually the interface) with concord by using it's short() method:

concord()->short('gender');// Returns "Konekt\Address\Contracts\Gender"

Enums can be accessed directly with the enum() globally available helper function:

enum('gender')->choices();
//=> [
//     "m" => "Male",
//     "f" => "Female",
//   ]

Next: Proxies »

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.
symfony/ai-symfony-mate-extension
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
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