undefined

AdonisJS

AdonisJS 5 is a NodeJS framework that's comes packed with everything you'll need to quickly build scalable and secure applications or APIs.

15 Series
400 Lessons
null

Discussions

Averaging over time period and grouping by properties

@swarnim
@swarnim

So i have a adonis model where i store propertyValue and each entry has a timestamp (ISO 8601). There are several properties which is related via a propertyId. So my objective is to aggregate data and get averages over a day for a particular...

Adonis + Docker

@ab-ab
@ab-ab

Hello, Is there a lesson talking about adonis development / deployment using docker docker-compose?

building-with-adonisjs-and-inertia repository setup error on local machine.

@thiago-domingues
@thiago-domingues

Hello I'm trying setup this project: https://github.com/adocasts/building-with-adonisjs-and-inertia on my local machine and I'm getting this error: [postcss] /home/thiago/study/node/building-with-adonisjs-and-inertia/inertia/components/SettingsShell...

Not able to share flash messages to frontend with inertia

@deniz-elderenbos
@deniz-elderenbos

I can't figure out how to get flash messages to my frontend with inertia.. // config/inertia.ts sharedData: { notifications: (ctx) = ctx.inertia.always(() = ctx.session?.flashMessages.get('notifications')), } // app_controller....

Recently from today i am getting error on node package on adonisjs

@rajeeb-shakya
@rajeeb-shakya

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node-maintained' imported from /data/disk1/docker-projects/adonisjs/adonis-inertiajs/code/ace.js while using augument chat it gives result The issue is that ts-node-maintained is a deprecated...

How to classify Schema nama in adonisjs 6 migration file?

@sivaclikry
@sivaclikry

In db first approach, we already have db, it has two schemas like auth and audit. auth schema contains user, role, permission table, audit schema contains session, policies. how to create model and migration files?

TailwindCSS plugins installation issue

@hexacker
@hexacker Adocasts Plus

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

@hexacker
@hexacker Adocasts Plus

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, ...

4
1,051

301 redirects + web server

@miro
@miro

I have a large list of 301 redirects. How can I implement these 301 redirects in AdonisJS? This list is maintained outside of AdonisJS in different system. I can fetch the list using API, so if the list is changed, how to update the redirects...

How can we handle task scheduling in Adonisjs

@mohammadali
@mohammadali

In official documentation of Adonisjs their no section about task scheduling. So how we can handle tasking scheduling

Showing 1 to 10 of 10 results