Skip to content

Tag: laravel-6

Getting 404 in laravel 6.x

I have created ApiController in AppHttpControllersApiv1 Also created auth using laravel/ui Default created function for front end working perfectly. But issue is when try to call the …

Laravel 6: Class ‘Form’ not found

I have a fresh Laravel 6 and I try to use Laravel forms but I got the error saying “Class ‘Form’ not found “. I tried the followings but still not working: 1). Add this to composer.json “require”: {…