M0: Laravel 12 + Filament 5.7 脚手架,安装 spatie 全家桶/workerman/yansongda/pay,基础配置
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 插件目录
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'path' => base_path('plugins'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 已启用插件(vendor.name)
|
||||
| 也可以通过后台 Plugins 页面修改,此时该数组会被持久化到数据库
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'enabled' => [
|
||||
'neatstudio/blog-seo',
|
||||
'neatstudio/ai-moderation',
|
||||
'neatstudio/payment',
|
||||
'neatstudio/membership',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 插件缓存文件(启用状态、manifest 的运行时缓存)
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'cache_file' => base_path('bootstrap/cache/plugins.php'),
|
||||
];
|
||||
Reference in New Issue
Block a user