Ready for AdonisJS 4.0, yay!
See original GitHub issueHi,
Was already following your starter, and saw you have updated it for 4.0, thank you!
Some small references to 3.2 in the readme, you might want to change this.
Was wondering if it’s still needed to use your Ally, and not the official one? Another small thing: node-uuid gives a warning, perhaps uuid package can replace it?
Do you have planned to replace Bootstrap with 4.0?
Another addition could be Mo0x/Pjax, works nicely with Edge.
Regards.
PS: In the readme you refer to a Laravel key generator, better use adonis key:generate
PPS: Perhaps it’s possible to convert it to an Adonis blueprint?
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (10 by maintainers)
Top Results From Across the Web
Anyone using AdonisJS in production? : r/node
The 4th version of Adonis is pretty rock solid, in the next few weeks I am going to release a production ready application...
Read more >Installation
js and npm at the same time. Installing AdonisJs. Via AdonisJs CLI. AdonisJs CLI is a command line tool to help you install...
Read more >The Loud House - GET READY! We've got BRAND NEW ...
Yay !!!! Hyped!!! 4 yrs Report. Kelly McLaughlin, profile picture. Kelly McLaughlin ... Adonis Powell, profile picture. Adonis Powell. Nice! :) 4 yrs...
Read more >How to deploy a SSR AdonisJs / Nuxt.js app on Google ...
4. Prepare for deployment. Run the following command to initialize the deployment process: $ gcloud app deploy.
Read more >Devious Journal Entry - adonis
Aug 4, 2010. Hello! I got new toys to play with now. A 27" flat screen iMac, iPod Touch! and my latest Intous...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, since Adonis 4.0 has the blueprint flag, you might want to replace the ‘Getting started’ chapter with something like this:
If you have set up the prerequisites, you’re up and running in no time:
That’s it! All you have to do now is retrieve the desired API keys, and add these to the .env file.
@Maxximus007 I think I will add
sqlite
to package.json and update my.env.example
file