📅  最后修改于: 2022-03-11 14:54:34.690000             🧑  作者: Mango
php artisan vendor:publish --tag=laravel-errors
update the error page file according to the code
@section('message', __($exception->getMessage() ?: 'Server Error'))