php - Class 'Validate' not found in Laravel Validation process -
I am now studying Laravel and I have a problem with the verification messages displayed in my page. I have this error after clicking submit button Symphony \ component \ debug \ exception \ FatalErrorException (E_ERROR) class 'valid' not found ----------- - ---------------------------------- Open: C: \ wamp \ vhosts \ flax_order \ app \ routes. Php 'Lastname' = & gt; Minimum: 2 | Maximum: 15 ',' first name '= & gt; Minimum: 2 | Maximum: 20 ',' midlnum '= & gt; Minimum: 10 | Maximum: 20 ',' password '= & gt; 'Required | Min: 8 | Maximum: 30 ',' cpassword '= & gt; 'Required: A: Password'); $ Validator = valid: create (input :: all (), $ rules); If ($ validator-> fails ()) { I've put the verification process in my path here. Here's my sample code. Here's the form @if ($ error- & gt; is) $foreach ($ errors-> All $ ($) as $ Error) {{$ error}} @ adverburn @ adi...