vagrant - Configuring PHPStorm to accept connections from another domain (AJAX) -
vagrant - Configuring PHPStorm to accept connections from another domain (AJAX) -
i'm pulling out hair trying figure out how best setup php storm utilize xdebug in next scenario. have laravel application running on domain laravel.com (this api in making) , website @ website.com. website makes ajax requests of laravel application here want utilize xdebug most. seem missing in setup when browse laravel or website urls straight breakpoints work fantastically. if utilize ajax login form on website hits laravel.com/login not see breakpoint action on laravel controller. need have phpstorm hear connection on domain? there sort of proxy setting need setup. seem going in circles, help appreciated. on vagrant box way.
vagrant phpstorm xdebug
Comments
Post a Comment