Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/config/ |
<?php
return [
/*
|--------------------------------------------------------------------------
| Path to Modules
|--------------------------------------------------------------------------
|
| Define the path where you'd like to store your modules. Note that if you
| choose a path that's outside of your public directory, you will need to
| copy your module assets (CSS, images, etc.) to your public directory.
|
*/
'path' => app_path('Modules'),
/*
|--------------------------------------------------------------------------
| Modules Default State
|--------------------------------------------------------------------------
|
| When a previously unknown module is added, if it doesn't have an 'enabled'
| state set then this is the value which it will default to. If this is
| not provided then the module will default to being 'enabled'.
|
*/
'enabled' => true,
/*
|--------------------------------------------------------------------------
| Modules Base Namespace
|--------------------------------------------------------------------------
|
| Define the base namespace for your modules. Be sure to update this value
| if you move your modules directory to a new path. This is primarily used
| by the module:make Artisan command.
|
*/
'namespace' => 'App\Modules\\',
/*
|--------------------------------------------------------------------------
| Default Module Driver
|--------------------------------------------------------------------------
|
| This option controls the module storage driver that will be utilized.
| This driver manages the retrieval and management of module properties.
| Setting this to custom allows you to specify your own driver instance.
|
| Supported: "local"
|
*/
'driver' => 'local',
];