Skip to content

Introduction

Laratype HTTP provides a powerful, flexible, and easy-to-use routing system that helps you define endpoints for your application quickly.

To use the routing system, install the @laratype/http package:

sh
$ npm install @laratype/http
sh
$ pnpm add @laratype/http
sh
$ bun add @laratype/http