jamawe
jamawe

Reputation: 256

Laravel errors '; expected' and 'Unexpected Unknown' 437 times

I just opened the Laravel project I'm working on and came across this (see image). I don't even know where to start solving it. Can anybody give me a slight direction with what it might have to do and where I could start solving it? (Happens also when opening other Laravel projects.)

enter image description here

I don't know whether this is relevant for this problem, but I stopped working on the project due to an error with XAMPP. I had to re-install it and it is working now. I did not keep any of the data tables, since they were only filled with some dummy data. I just wanted to run migrations again.

Thank you so much! I'm happy to give more details if necessary!

Upvotes: 2

Views: 1569

Answers (1)

Angelo Schuler Piletti
Angelo Schuler Piletti

Reputation: 330

so... I was getting the same problem. I just removed the PHP Intellisense and installed the PHP Intelephense. It worked for me and I find the Intelephense too better. I hope it works for you!

Upvotes: 4

Related Questions