Download the PHP package neomusic/laravel-section-error-views without Composer
On this page you can find all versions of the php package neomusic/laravel-section-error-views. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neomusic/laravel-section-error-views
More information about neomusic/laravel-section-error-views
Files in neomusic/laravel-section-error-views
Download neomusic/laravel-section-error-views
More information about neomusic/laravel-section-error-views
Files in neomusic/laravel-section-error-views
Vendor neomusic
Package laravel-section-error-views
Short Description Multi section error handle views
License MIT
Package laravel-section-error-views
Short Description Multi section error handle views
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-section-error-views
Laravel Section Error Views
This package is usefull if your project have multi sections with different views
for example: In your project you have two sections backend
and `frontend, each section have different views for handle error
backend ->
frontend ->
However, if an exception is thrown but not the view exists for that section? Don't worry
The generic view will continue to exist, as well as the response in json in case of an API is called
install
composer require neomusic/laravel-section-error-views
- go to
app/Exceptions/Handler
and extends this class withNeoMusic\LaravelSectionErrorViews\Exceptions\SectionHandler
- implement function
sectionRender
with your criteria for example:
All versions of laravel-section-error-views with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.*
The package neomusic/laravel-section-error-views contains the following files
Loading the files please wait ....