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
653 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
622 3
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
1597 1
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
1210 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
1013 0