84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
Can anyone help me solve this error? I'm new to Laravel and I'm making a ProductController file but I'm getting this error from the Validator:
I have called use Validator; what else can I do
Install the following packages:
composer require --dev barryvdh/laravel-ide-helper
After that, run:
php artisan ide-helper:models php artisan ide-helper:generate php artisan ide-helper:meta
Finally, install this extension on your vs code: https://marketplace.visualstudio.com/items?itemName=georgykurian.laravel-ide-helper
Also, there is a good thing (optional): https:// /marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client
It should solve your problem.
Install the following packages:
After that, run:
Finally, install this extension on your vs code: https://marketplace.visualstudio.com/items?itemName=georgykurian.laravel-ide-helper
Also, there is a good thing (optional): https:// /marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client
It should solve your problem.