I am just starting to learn laravel. I am using Netbeans as IDE.
Initially without problems, but then Netbeans reported an error for one of my projects:"Unresolved project problems" in the vendor folder. Probing deeper it gives error messages on multiple files that laravel installs. Mostly to do with unexpected things at thebeginning or the end of the file.
I deleted the project. Made a fresh project with composer. Imported it in Netbeans. Same problem again.
Anyone can help me?
Kind regards,
Hubert
Hi Hubert!
I think its a problem with the IDE on recognizing the dependencies.
Before opening the project with NetBeans try to run php artisan serve
on the comand line to see if there's any problem with the project itself. Make sure you run this comand on the root directory of the project. If the project run and it shows you the welcome page of Laravel, then its all good.
You can also try other IDEs such as PHPStorm or even text editors like SublimeText and VScode.
I think you are right.
I'll put the question to a Netbeans forum.
Hubert
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community