-
Hi, is there any plan to add docs with recommendations on how to write a package? Looking for conventions, and even more than that how to test those. Something like https://docs.adonisjs.com/cookbooks…
-
#### Package version :
"@adonisjs/ally": "^4.1.5",
"@adonisjs/auth": "^8.2.3",
"@adonisjs/bouncer": "^2.3.0",
"@adonisjs/core": "^5.9.0",
"@adonisjs/i18n": "^1.6.0",
"@a…
-
{
"message": "E_CANNOT_GET_METADATA: Unable to retrieve the \"exists\" for file at location \"frontend/theme/css/test.css\"",
"stack": "CannotGetMetaDataException: E_CANNOT_GET_METADATA: Una…
-
### Package version
3.1.3
### Describe the bug
I'm having a problem when I try to use my policy in my controller.
I've created a `CompanyPolicy` policy with a `view` method.
```ts
async view(p…
-
# Web APIs with AdonisJS and PostgreSQL | Nabeel Valley
A look at developing Web APIs using the AdonisJS Framework and MongoDB
[https://nabeelvalley.netlify.app/blog/2020/06-09/first-look-at-adonisj…
-
### Package version
7.2.3
### Describe the bug
I am trying to make an API Client test using HTTP client that has a simple plain cookie set.
When I try sending a request using `withPlainCookie` …
-
`SIGINT` seems to be ignored by server. HTTP server exposes `.kill()` and `.close()` but default listener for SIGINT seems to be missing
## Package version
Adonis packages
```
"@adonisjs/a…
-
see https://preview.adonisjs.com/guides/quick-start
-
### Package version
9.2.1
### Describe the bug
When using the `node ace make:mail verify_email` command, the file generated is as follows:
```bash
app
└── mails
├── ...
└── ver…
-
Can you demonstrate an example of how to realize the connection between AdonisJS and Nuxt.js through a GraphQL? How to integrate the GraphQL in AdonisJS and use it in the Nuxt.js application?
This q…