HOGGAR Docs
Version 1.x
search
search
menu
HOGGAR Docs
search
search
Config
If Hoggar config is not published, you can publish by this command.
php artisan vendor:publish --tag=hoggar-config


return [
    'storage_disk'env('HOGGAR_STORAGE_DISK', 'public'),
    'storage_url' => env('HOGGAR_STORAGE_URL', 'http://127.0.0.1:8000/storage/'),
    'company' => 'My Company',
];