在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):GrahamCampbell/Laravel-Exceptions开源软件地址(OpenSource Url):https://github.com/GrahamCampbell/Laravel-Exceptions开源编程语言(OpenSource Language):PHP 97.8%开源软件介绍(OpenSource Introduction):Laravel ExceptionsLaravel Exceptions was created by, and is maintained by Graham Campbell, and provides a powerful error response system for both development and production for Laravel. It optionally utilises the Whoops package for the development error pages. Feel free to check out the change log, releases, security policy, license, code of conduct, and contribution guidelines. InstallationThis version requires PHP 7.4-8.1 and supports Laravel 8-9.
To get the latest version, simply require the project using Composer: $ composer require "graham-campbell/exceptions:^16.0" Once installed, if you are not using automatic package discovery, then you need to register the You then MUST change your Whoops SupportIf you want to have the debug error pages available, you're going to need to require Whoops: $ composer require "filp/whoops:^2.7.1" --dev Our debug displayer will automatically detect the presence of Whoops. Feel free to go and have a read of our source code to give you a better understanding of how this works. ConfigurationLaravel Exceptions supports optional configuration. To get started, you'll need to publish all vendor assets: $ php artisan vendor:publish This will create a There are a few config options: Exception TransformersThis option ( Exception DisplayersThis option ( Displayer FiltersThis option ( Default DisplayerThis option ( Exception LevelsThis option ( UsageThere is currently no usage documentation for Laravel Exceptions, but we are open to pull requests. SecurityIf you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. You may view our full security policy here. LicenseLaravel Exceptions is licensed under The MIT License (MIT). For EnterpriseAvailable as part of the Tidelift Subscription The maintainers of |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论