Evgenii Nasyrov
Evgenii Nasyrov
Hi @flugger, Have you seen https://laravel.com/docs/5.5/eloquent-resources? If so, would you consider to release a new package version that leverages that new feature? Cheers, Evgenii
Hi @flugger, Me again, what about the testing trait? I see you removed it from the documentation and it doesn't work out of the box with the default laravel installation,...
Hi guys, Could you please tag the releases? Thanks, E
Hi guys, Thanks for the excellent drop-in, could you please add composer support? Thanks, E
### Describe the feature Request context is empty when Nitro deployed with Cloudflare: ``` export default defineNitroPlugin((nitro) => { nitro.hooks.hook("request", ({ context }) => { console.log(context) // it's empty })...
- added couple configs - lock the npm dependencies - use latest lts engines
### Environment Latest Nuxt ### Reproduction n/a ### Describe the bug Hi there, Two things related to Drizzle integration. Say I have a user schema/table: ```js const users = sqliteTable('users',...