xPand4B / funny-error-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funny Error Pages

A simple Laravel Package that adds some funny error pages.

Table of Content


Screenshots

Heart Lost Space
... ... ...
Space Invader Vampire
... ...

How to install

You can install these custom error pages simply by using composer:

composer require

Now we just need to publish the error page itself (so Laravel knows it's a custom one) and the public assets.

php artisan vendor:publish --provider="xPand4B\FunnyErrorPages\FunnyErrorPagesServiceProvider" --tag=funny-error-pages --tag=public

You also have the possibility to change config values, translations and the error pages itself. Just use the following commands with the tag that you need (config, views, translation).

php artisan vendor:publish --provider="xPand4B\FunnyErrorPages\FunnyErrorPagesServiceProvider" --tag={config|translation|views}

Credits

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:Blade 76.4%Language:PHP 23.6%