SOLVED – Laravel ErrorException (E_WARNING) Erroneous data format
i just faced with this error on laravel
- delete vendor folder in laravel main path
- open the console and go to main laravel path
- i.g for windows cd C:\wamp\www\laravel
- run composer install
- then, delete all files which are in laravel\bootstrap\cache folder
that’s it brother..
Leave a reply