🙌 Solved
AdonisJS
Please, do you have any course or tutorial about using mongodb with adonis 5?
Fabio Cruz Fabio Cruz
1 year ago
Chimezie Enyinnaya replied 1 year ago
2752 4
🙌 Solved
AdonisJS
Hi, I sent an email to support@adonismastery.com and so far I have not received a response. I can't see any videos on the platform, and I've been waiting for two days. PLEASE help me with this or I will cancel my subscription...
Fabio Cruz Fabio Cruz
1 year ago
Chimezie Enyinnaya replied 1 year ago
494 2
Form submission opens up a new blank page that is not in my application whether I use a controller action with the form action attribute or a route linking to a controller action. Redirect controller action code does not...
Nigel Wheeldon Nigel Wheeldon
1 year ago
Chimezie Enyinnaya replied 1 year ago
623 1
As we already can use vue with adonis js. I need guidance how to setup the react in the same way.
Yash Pal Yash Pal
2 years ago
Yash Pal replied 2 years ago
598 3
🙌 Solved
Feedback
hell Dear, I paid lifetime subscription and still, I got my account free subscription, please I need to call support to check this problem
Ahmed BeSaRa Ahmed BeSaRa
2 years ago
Chimezie Enyinnaya replied 2 years ago
594 1
I want to implement a table sort much like this one: https://codepen.io/ryangjchandler/pen/WNQQKeR I put the JS in it's own file and link it but nothing works Here is the HTML ``` <div class="card-body"> <div class="table-responsive" x-data="data()" class="p-4"> <table class="table table-striped"> </table></div></div>...
David Meinke David Meinke
2 years ago
Chimezie Enyinnaya replied 2 years ago
1541 1

File Uploads

🙌 Solved
AdonisJS
I saw your course on Udemy for a podcast application that uses Adonis 4. Do you have plans to do a similar lesson using Adonis 5? I'd really like to see how the drive plugin works with 5.
David Meinke David Meinke
2 years ago
Chimezie Enyinnaya replied 2 years ago
1800 1
🙌 Solved
AdonisJS
hello sir am stack on form validation and CRUD // this is my Controller import { HttpContextContract } from '@ioc:Adonis/Core/HttpContext' import { schema, rules } from '@ioc:Adonis/Core/Validator' import Database...
Elias Michael Ibisi Elias Michael Ibisi
2 years ago
Chimezie Enyinnaya replied 2 years ago
888 4
So far, all the contents on Adonis Mastery have been based on what I think users are interested in learning. To ensure the contents on Adonis Mastery are actually what users are looking forward to learning, I'd like to hear...
Chimezie Enyinnaya Chimezie Enyinnaya
2 years ago
Chimezie Enyinnaya replied 2 years ago
1111 6
When building APIs, it's important to set appropriate status codes. Instead of explicitly setting them, let AdonisJS do that for you. ``` // instead of return response.status(404).json({ message: 'Rescource not found...
Chimezie Enyinnaya Chimezie Enyinnaya
2 years ago
987 0