摘要:
一,php代码 修改routes/web.php 原代码: Route::get('/', function () { return view('welcome'); }); 修改后 Route::get('/', function () { $appName = env('APP_NAME'); 阅读全文
posted @ 2023-10-21 08:50
刘宏缔的架构森林
阅读(76)
评论(0)
推荐(0)
摘要:
一,相关文档: https://learnku.com/docs/laravel/10.x/redis/14887 二,php代码 1,配置.env 使用默认的设置: REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 2,control 阅读全文
posted @ 2023-10-21 08:48
刘宏缔的架构森林
阅读(45)
评论(0)
推荐(0)
浙公网安备 33010602011771号