Mertcan Erdem

Results 3 issues of Mertcan Erdem

- Hooks Version: latest - Laravel Version: 8 - PHP Version: 8 ### Description: By default this package gets the plugins from larapack site. Can I customize it so I...

I tried my best to do. I would be very happy if I could contribute. I did the question I asked today and a little more. I added the following...

**test1 route** ``` public async all() { return await Cache.remember('saved', 60, async function () { return await Saved.all() }) } ``` **test2 route** ``` public async all() { return await...