你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
Mr_Jing
赞同来自: wenyudengdeng
php artisan clear-compiled
public function boot(Router $router) { $router->pattern('username', '[a-zA-Z0-9_-]+'); parent::boot($router); }
Router::pattern('username', '[a-zA-Z0-9_-]+');
要回复问题请先登录或注册
小白一枚
1 个回复
Mr_Jing
赞同来自: wenyudengdeng
或者直接在routes.php中