Questions tagged [adonis.js]

Adonis is a full stack, open source MVC framework for Node.js. The framework is inspired by the PHP framework Laravel.

AdonisJs is an MVC Framework for Node.js.

It includes:

  • Lucid ORM
  • Database Migrations
  • Authentication System
  • OAuth
  • Mailing System
  • Data Validator
  • Testing

Learn more on the website and check out the organization on Github.

572 questions
-2
votes
1 answer

I am having problems creating a new project in adonis in windows 8 (error message inside)

Below is an adonis error that reports with execution with the "adonis new yardstick" command certain adonis.js error I ask this because I am at a loss at what to do, I thought toe problem was no install gthub because the command isues to seems to…
-4
votes
1 answer

The make () function in js node, what is it used for?

I found the const users = make('App / Services / UserService') function in my friend's project, is the make() function exactly the use() function?
Iqbal Nur
  • 1
  • 1
1 2 3
38
39