Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

instructions.md

File metadata and controls

10 lines (8 loc) · 316 Bytes

The package has been configured successfully.

In order for route model binding to work, you must register the following middleware inside the list of global middleware in start/kernel.ts file.

Server.middleware.register([
  // ...other middleware
  () => import('@ioc:Adonis/Addons/RmbMiddleware'),
])