摘要: 一,添加controller/中间件/路由 1,添加中间件 liuhongdi@lhdpc:/web/api$ php artisan make:middleware ApiSign INFO Middleware [app/Http/Middleware/ApiSign.php] created 阅读全文
posted @ 2024-07-17 17:27 刘宏缔的架构森林 阅读(141) 评论(0) 推荐(0)
摘要: 一,未配置前laravel11直接render页面 如图: 二,配置 1, bootstrap/app.php <?php use Illuminate\Http\Request; use Illuminate\Auth\AuthenticationException; use Illuminate 阅读全文
posted @ 2024-07-17 10:48 刘宏缔的架构森林 阅读(232) 评论(0) 推荐(0)