News

Laravel 9 custom 404, 500 error page example; In this tutorial, we will learn how to create/build custom error pages in laravel 9 apps. Usually, laravel 9 display default error page 404, 500.
When I run php -S localhost:8000 in the folder /Users/zhengxinyong/Desktop/webtool/ after performing all the instructions such as composer install, my localhost page is blank and my console returns ...