NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
help: PhpED with Laravel


Joined: 28 Dec 2012
Posts: 2
Reply with quote
Hi,

Has anyone able to setup PhpED with Laravel 3.2?

I think I was able to do basic setup using PhpED built-in webserver and debugger but when I tried to set it up with external Apache and PHP (installed locally on the same windows laptop as PhpED), can't seem to get the mapping correctly.

The only reason why I trying to set it up with external Apache is due to the http rewrite option. It's my understanding that http rewrite option is not possibly with the built-in PhpED server and debugger, correct?

If anyone is using PhpED with Laravel, please shed some lights. I'm very new to Laravel as well...

Thanks bunch!
View user's profileFind all posts by mangoSend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
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.
View user's profileFind all posts by plugnplaySend private message
help: PhpED with Laravel
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic