Publish all config files

This commit is contained in:
James Brooks
2024-10-09 21:01:21 +01:00
parent d488e70a66
commit 6624a761a8
15 changed files with 1417 additions and 39 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Concurrency Driver
|--------------------------------------------------------------------------
|
| This option determines the default concurrency driver that will be used
| by Laravel's concurrency functions. By default, concurrent work will
| be sent to isolated PHP processes which will return their results.
|
| Supported: "process", "fork", "sync"
|
*/
'default' => env('CONCURRENCY_DRIVER', 'process'),
];