Laravel Community Tools by Tighten

Moon

Joined: 10 years ago
Total tricks: 2
Last trick: 10 years ago

Submitted tricks

I was looking for a way to remove one of my middlewares in testing. I could not find it, so I wrote a simple function to do it. Put the following function in your 'TestCase.php'
moon0326 10 years ago 9147
I don't personally use it, but some might find it useful. Laravel 5 paginator accepts a custom presenter for the paginator. In case you don't want to create a class or want to edit HTML directly, try the following trick.
moon0326 10 years ago 6901
5.0