主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Phipps
活动总数
17
最后的活动
2017年07月22日 13:04
成员加入日期
2012年04月18日 00:14
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(4)
评论(7)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年07月22日 13:04
This does look like it might be a bug in PhpStorm... The "Non-static method 'find' should not be called statically" inspection error is being caused by a change to the Laravel Model class introduce...
社区
PhpStorm
PhpStorm 2017.2 code inspections & Laravel
1 票
创建于
2012年04月18日 00:14
Hi Matt,It's the class aliases in the config file that are the problem. There's a Laravel forum thread about it here:http://forums.laravel.com/viewtopic.php?id=13And more recently here:http://forum...
社区
PhpStorm
PhpStorm and Laravel
0 票
创建于
2013年05月29日 00:17
I followed your instructions, but still no debug-related log entries. here's the tail end of my log.xml: <category name="#com.jetbrains.php.debug"> <priority value="DEBUG"/> </category> ...
社区
PhpStorm
xdebug breakpoints not being consistently hit
0 票
创建于
2013年05月29日 15:46
Bazzik wrote:1) What is the path where the project is located? I do remember one ticket (in v3 or 4 or 5) where some functionality (I believe it was debug with xdebug) did not worked because of wro...
社区
PhpStorm
xdebug breakpoints not being consistently hit
0 票
创建于
2013年05月30日 20:31
I doubt that this applies to WebStorm -- it looks like an interaction between xdebug and PhpStormIt's not changing the case that matters. It's where you change the case, at least in OS X Lion. Chan...
社区
PhpStorm
xdebug breakpoints not being consistently hit
0 票
创建于
2013年05月28日 20:06
Hi Andriy,I'm using xdebug v2.2.3 and PhpStorm v6.0.2. The xdebug log clearly shows the breakpoints being set. Oddly, the PhpStorm log doesn't provide any debugging-related information _at all_, de...
社区
PhpStorm
xdebug breakpoints not being consistently hit
0 票
创建于
2013年05月29日 00:29
I'm using version 1.3.5 of the ElefantCMS.the relevant line in lib/template.php is:282 // The cache file is named based on the original283 $cache = $this->cache_folder . '/' . str_replace ('/', '...
社区
PhpStorm
xdebug breakpoints not being consistently hit
0 票