discussion
discussion copied to clipboard
Discussing about new features and sharing random thoughts: ⚠️ Not every request will be accepted
I've created a MySQL workbench plugin to automatically generate your migrations from an existing database schema. Hope this will be useful when you're porting to Adonis. [mysql-workbench-export-adonisjs-migrations](https://github.com/ME-Studio/mysql-workbench-export-adonisjs-migrations) Feedbacks are welcome.
The previous ( legacy ) version of AdonisJs has support for Web-sockets, which has been removed from AdonisJs 4.0 and not something anyone was expecting. However, the implementation was insufficient...
I am not ashamed accepting the fact that AdonisJs never shared any documentation or tooling around deployments. Ideally, AdonisJs needs no extra care when deploying it to production and works...
Roadmap
Hey, I was wondering if there is a Roadmap somewhere, which shows the future plans for Adonis. I am especially interested in the release of v5, but can't find anything...
Hi :), I've been using this framework for developing an API REST. The framework is simple and works fine, but I think that the serialization/deserialization process could be improved. The...
Hello there! I have been pointed at Adonis after talking to a few people about migrating from PHP to JavaScript entirely (the long version is [here](https://stackoverflow.com/questions/53686590/from-yii-to-laravel-to-node-and-stuck-views-and-javascript-pjax-webpack)). Currently, I am rather...
It would be great to have a debugging tool like Laravel Telescope. https://github.com/laravel/telescope
I´m trying to convience my colleagues to use this framework , so far it meets allmost all the requierments. One really important thing that is missing is a RBAC out...
First of all thanks for considering AdonisJs. This guide will help you on how to make your contribution to the framework core or create supported add-ons to be used by...
Looking into having a queue/job system implemented for Adonis. Very similar to the events system but will post the job into a db/file and queue it for a worker to...