Conventions
Concord's directory layout is actually just a nice default that can be customized if you don't like it.
Custom Layout
-
Study the
ConcordDefaultclass in thesrc/Convetionsfolder -
Create your own convention class that implements the
Konekt\Concord\Contracts\Conventioninterface -
Set the convention class in the
concord.phpconfig file:return [ 'convention' => App\MyConvention::class, 'modules' => [ //... ], ];