Skip to content

Tag: php

Cannot passing data to views

I’m using laravel 8 to make pass data to views pages. Unfortunately i have error saying ‘ Target class [PagesController] does not exist’ on my browser So here’s my PagesController.php Web.php index.blade.php i want to pass the variable $title to index.blade.php but have error. Tried so…