sunsgne.
Results
3
issues of
sunsgne.
Call to undefined function str_finish() (View: H:\laravel-admin\admin\vendor\small-rural-dog\store\resources\views\manage.blade.php)
error:Implicit conversion from float 35.5 to int loses precision
添加了对`405 Method Not Allowed`的支持; 使用和`Route::fallback`相似: ```php Route::methodNotAllowedFallback(function(){ // 允许的请求方式 var_dump(\Webman\App::$allowedMethods); return json(['code' => 405, 'msg' => '405 Method Not Allowed']); }); ``` **谢谢亮哥哥!😀**