Views

Learn how to create views in AdonisJs.

We'll cover the following

While Laravel uses Blade as its template engine, AdonisJs uses Edge. Edge is similar to Blade and is easy to use. Views are the components that are visible to the user. All views end with a .edge extension and are created and saved inside the resources/views folder.

Get hands-on with 1200+ tech skills courses.