Skip to content
Hosting Deals
  • WordPress
  • Shopify
  • WEB HOSTING
    • TMD Hosting Review
    • Bluehost Review
    • Hostgator Review
    • Top Web Hosting Providers in India
    • 10 Best Web Hosting
  • LARAVEL
  • Interview Questions
  • Web Scraping

Show PHP Errors

January 23, 2022 by mydevhelp
You need change some configuration on your files to Show PHP Errors
// Add these lines somewhere on top of your PHP file:

ini_set('display_errors', 1);

ini_set('display_startup_errors', 1);

error_reporting(E_ALL);

 

Categories PHP
Bootstrap 3 modal vertical position center
Displaying the Error Messages in Laravel after being Redirected from controller
© 2025 Hosting Deals • Built with GeneratePress