Guru master
Joined: 24 Jul 2009 |
Posts: 737 |
|
|
 |
Posted: Sun Dec 30, 2012 11:22 pm |
|
 |
 |
 |
 |
I've never used Laravel, but PhpED works just fine with Apache/HTTP rewrites. Nearly all of my sites use them.
If you start a debug session against a specific domain name, bear in mind that cookies are subsequently used by the browser to tell the server that you are debugging, so if a rewrite goes to a different domain name, the cookie won't be set.
In that situation you can either manually put the ?DBGSESSID=1;d=1,p=0,c=1 on the end of the rewritten URL, or you can use the PhpED debug toolbar, or you can use the PHP DebugBreak() statement, which is a very forceful way of going into the debugger and for me has never failed.
|
|