装了5.0后显示 InvalidArgumentException: Given expression is not a regex.

win7 64 安装5.0后(安装过程中没有报错),但是用wamp运行localhost时报错InvalidArgumentException: Given expression is not a regex. in D:\workspace\laravel\storage\framework\compiled.php on line 14993

求大神
已邀请:

Mr_Jing

赞同来自: FiveSay

compiled.php 这个文件应该为了提高IO合并很多php类文件的生成的一个文件。你自己删除它吧,这个可以使用php artisan再生成的。
php artisan clear-compiled

生成命令:
php artisan optimize

建议生产环境应该使用compiled.php,开发环境不要使用compiled.php 。

怕你不信这个玩意可以随便删除,贴出laravel 5的源代码你看:https://github.com/laravel/lar ... 23L30

JustJcry_

赞同来自:

我的laravel 4.2是正常的

DannyYo - hahaha

赞同来自:

关了Xdebug就可以了,至少我是这样
http://stackoverflow.com/quest ... regex

MuMu

赞同来自:

解决了没有?我好像也是关掉Xdebug就可以了,我PHP版本是5.5的

要回复问题请先登录注册