v6-docs
v6-docs copied to clipboard
Documentation website for AdonisJS v6
I had this error message, I also show what I did to fix it and added the instructions to the docs: ```bash root@ubuntu-s-1vcpu-1gb-nyc3-01:~/ant-ride-backend/build/bin# ls console.js console.js.map ecosystem.config.js server.js server.js.map test.js...
Add usage of template and slots in documentation as is was complicated to find
Hey there! 👋🏻 As discussed internally with the core team, I want to revamp how the documentation is structured. I mainly took example on an internal proposal I made for...
Following documentation about adding Github and Google providers: https://docs.adonisjs.com/guides/social-auth  I get error about invalid social provider: ```js [ error ] Invalid social provider "github,google" [ error ] Unable to...
how to extend DatabaseQueryBuilder with macro like in v5?
Helloooo, I just started a few minutes ago to read the doc on my mobile phone and I think it can be really good for ux if we can have...
Hey there! 👋🏻 This PR increases the width of the content to a `70ch` unit. The same was done [for V5 documentation](https://github.com/adonisjs/v5-docs/pull/194) a long time ago. I have tested the...
Hi 👋 Small typo mistakes here, it's `attachData` for `Buffer` and streams
Hello, I'm fairly new to this framework, and I'm still exploring. So far, I really like how clean and organized the documentation is, however there's one thing I **really** wish...
Hey! :wave: Most often to go to the documentation, I go to https://adonisjs.com/, then click on "Docs" or "Get started". Sometimes I need to go back to home page, for...