Right now I'm following a tutorial, where it led me to install Laravel Artisan extension in VS Code. It went to the point where I need to open a command palette and write Artisan Make: Model
to create a model.
After I tried that, it shows an error message along with command 'artisan.make.model' not found
So umm, anybody know why this happen? Or any other way I can bypass this problem?
Thank you in advance!