Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Toggle navigation
Log in
Log in
d3v2a
Joined:
10 years ago
Total tricks:
2
Last trick:
10 years ago
Submitted tricks
Routing
better performance than route cache
symply dont register unessecary route you dont have to use facade, $router instance is set by the function in route provider with config cached and files compiled i get app booted in ~30ms vs ~50 on my dev server
d3v2a
10 years ago
8835
5.0
Routing
phpunit test all route (with get method and no params)
with this code you can test all get page without params (index,create,etc...)
d3v2a
10 years ago
14613
5.0
testing