Has anyone had success at netbeans by getting xdebug working with laravel? I'm not sure how to configure it using laravel.Right now I have the following:
in the project properties -> configure, I:
Project url: http://localhost/m1/ Index file: public/index.php Arguments: user/bob/task/1
However, xdebug never moves past the public / index.php file.
Thanks in advance,
Bill
source share