asab/error-pages

Blade views to display custom error pages

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 162

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:HTML

v1.0 2018-01-09 04:45 UTC

This package is not auto-updated.

Last update: 2021-05-06 10:26:04 UTC


README

Installation

Run this command from the root of your project folder. This will download the package.

composer require "asab/error-pages"

After updating composer, add the ServiceProvider to the providers array in config/app.php

Sab94\ErrorPages\ErrorPagesServiceProvider::class

To publish the config settings and views in Laravel 5 use:

php artisan vendor:publish

This will add an error-pages.php config file to your config folder and error pages at views/errors .

Usage

This package offers an error-pages.php config file to your config folder.

You can change your error page background-color and contact email from there.

For more configurations please refer to the error-pages.php file

Support

Support only through Github. Please don't mail about issues, make a Github issue instead.

License

This package is licensed under MIT. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!