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

Concord Applications

A Concord application is nothing but any Laravel application that uses the concord service provider and loads at least one Concord module (or box).

This app may or may not comply with all the concord rules.

Setup

Setting up a Laravel app for Concord is simple:

  1. Install the package via composer composer require konekt/concord
  2. Register The Provider: config/app.php add:
    'providers' => [
        // Other Service Providers
    
        Konekt\Concord\ConcordServiceProvider::class,
    ];
    
  3. Publish The Config File: php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider" --tag=config

It's done, you can start adding modules/boxes to your app in config/concord.php file:

'modules' => [
    App\Modules\ShinyModule\Providers\ModuleServiceProvider::class,
];

Next: Modules Explained »

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.
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium