Discussions
Discussions @hexacker has started
EdgeJS extension for Zed code editor
Hello folks,Since I met AdonisJS, I adopted it to be my main framework for building web apps, I would love to thank the team behind it for this amazing work.Recently, I rediscovered Zed editor, which is the fastest code editor I have ever used...
TailwindCSS plugins installation issue
Hello,I'm trying to install Tailwindcss plugin but I'm getting an error of "require is not defined".Here is my Tailwindcss config file/** @type {import('tailwindcss').Config} */ export default { content: ['./resources/views/**/*.edge', '....
Add a webhook endpoint to AdonisJS web app | FIXED
I'm just getting started with AdonisJS, I used the web app template, and now I need to add a webhook endpoint, so I can receive events from third-party platforms(such as payments) how can I do that.Excuse my newbie question.UPDATEFixed it, ...
Showing 1 to 3 of 3 results