Netbeans and xdebug with laravel

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

+4
source share
1 answer

Netbeans and xdebug work seamlessly with Laravel. Do you have another working project working with xdebug? Or was this your first attempt?

0
source

Source: https://habr.com/ru/post/1433505/


All Articles