rap2hpoutre / indice
better errors for beginner, intermediate, drunk or memory-less people
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=7.0
- illuminate/contracts: ^5.6.5
- illuminate/support: ^5.6.5
Requires (Dev)
- laravel/framework: ^5.6.5
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2021-03-06 17:17:50 UTC
README
What?
💡 Enlight Laravel errors with hints and code examples.
This package silently turns some default exceptions to a learning-minded error page.
Because people can forget (or ignore)
how to fix MethodNotAllowedHttpException
or
some other semi-obscur Exceptions. This package is for beginners to intermediate developers, tired or memory-less people (just like me).
Install
Install (in one step) with composer:
composer require rap2hpoutre/indice
Try it!
Use your browser to visit a non-existing route. You may see an enlighted error with hints.