M0: Laravel 12 + Filament 5.7 脚手架,安装 spatie 全家桶/workerman/yansongda/pay,基础配置

This commit is contained in:
ak
2026-08-11 17:26:05 +08:00
commit 8d526a8cfd
155 changed files with 18532 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| 插件/主题市场
|--------------------------------------------------------------------------
|
| url 留空表示不使用远程市场,仅支持本地 ZIP 安装。
| 远程市场需返回 JSON{ items: [ { type, vendor, name, version, title, description, author, checksum, download_url } ] }
|--------------------------------------------------------------------------
*/
'url' => env('MARKET_URL', ''),
'token' => env('MARKET_TOKEN', ''),
'timeout' => 15,
];