📜  laravel 自定义中止消息 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:34.690000             🧑  作者: Mango

代码示例1
php artisan vendor:publish --tag=laravel-errors

update the error page file according to the code
@section('message', __($exception->getMessage() ?: 'Server Error'))