Closed rtd62 closed 7 years ago
@rtd62 You can try clearing your cache views by running php artisan view:clear
@astritzeqiri Clearing overall app cache and using view:clear
had no effect.
So it turns out there's something monumentally screwed up in my mysql
database. I ran this on a fresh install using sqlite
and it worked fine.
Hi! I just watched Social network in Laravel 5.3 and Vuejs 2.0 #5 - Updating user's profile and I reached an error at the end of the video. I am working in Laravel 5.3.31. I followed the instructions explicitly and followed along as much as I could. I think it has something to do with
{{ $info->location }}
and{{ $info->about }}
inedit.blade.php
, which would tell me that$info
is an undefined variable, am I right? Any help would be much appreciated! 🍻edit.blade.php
threw this error at me:Here are the files below:
edit.blade.php
ProfileController.php
web.php