I have an API built with Adonis 5 (core version 5.4.0). The tests are made with Adonis' own runner, japa (version 3.1.1). As per the Adonis documentation, I bui
Im using request multipart field on JS, but why my input data its giving some loop like this : { name_speaker: 'oklee' } { name_speaker: 'oklee', topic: 'yes' }
Im using request multipart field on JS, but why my input data its giving some loop like this : { name_speaker: 'oklee' } { name_speaker: 'oklee', topic: 'yes' }
In AdonisJS I created a controller with core command node ace make:controller TodoController, but I am getting this Cannot find module Creating Controller: node
Installed Adonis with yarn on Ubuntu 18 (running on WSL2 VM): pomatti@NT-03024:~/Projects/myApp$ yarn global add @adonisjs/cli yarn global v1.19.1 [1/4] Resolv
In adonis.js i am trying to add a unique constraint to email field just like we do it in sequelize,prismajs or any other orm.Is it posible to add in adonis.
In adonis5 i am currently using schema based validation, but these validation is only applicable to request body . how i can validate path and query parameter v
This is my table field (open) but in response, it returns 0 1 but I want true false instead of 0 1 I am using adonis MySQL table.boolean('open').notNullable().