Php file not working in localhost(browser)

Php file not working in localhost(browser) or it show’s previous projects, then try this First turn off your XAMPP server then Go to vhost C:\xampp\apache\conf\extra Open vhost…

Error Class ‘App\Http\Controllers\StreamReader’ not found laravel issue

I got this error when I convert my php code( PDf cutter) to laravel but i got some issue in Controller. I think there is issue in…

Laravel picture issue

Laravel photo/picture issue

Your Picture Going to DataBase also in file location (C:\xampp\htdocs\folderName\MainFile\storage\app\public\images ) but on screen it is not showing Picture Then might be your file not linked to…

Class & Object(php OOPS concept)

OOPS ( Object Oriented Programming System) Object means a real-world entity such as a pen, chair, table, computer, watch, etc. Object-Oriented Programming is a methodology  to design a…