📜  laravel abort with message - PHP 代码示例

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

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

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