user1592380
user1592380

Reputation: 36307

netbeans and xdebug with laravel

Has anyone had any success in netbeans getting xdebug working with laravel? I'm not sure how to configure it with laravel.Right now I have the following:

under project properties-> run configuration, I have:

 Project url: http://localhost/m1/

 Index file: public/index.php

 Arguments: user/bob/task/1

However, the xdebug never appears to advance past the public/index.php file.

Thanks in advance,

Bill

Upvotes: 4

Views: 1714

Answers (2)

Taras
Taras

Reputation: 763

Under the Properties -> Sources you also need to set correct web root:

Web Root: public

Upvotes: 1

Dirk
Dirk

Reputation: 357

Netbeans and xdebug working without any problems with Laravel. Do you have an other working projekt running with xdebug? Or was this you first attempt?

Upvotes: 0

Related Questions