关于laravel 路由404错误
可能有问题的地方
1.Apache内
LoadModule rewrite_module modules/mod_rewrite.so未打开
2.Apache配置不对
需要设置虚拟,加入如下
<Directory "E:/verify/public/">
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
如果有其他情况,欢迎留言