39 lines
883 B
Markdown
39 lines
883 B
Markdown
---
|
|
title: Laravel API
|
|
|
|
language_tabs:
|
|
- bash
|
|
- javascript
|
|
- php
|
|
|
|
includes:
|
|
- "./prepend.md"
|
|
- "./authentication.md"
|
|
- "./groups/*"
|
|
- "./errors.md"
|
|
- "./append.md"
|
|
|
|
logo:
|
|
|
|
toc_footers:
|
|
- <a href="./collection.json">View Postman collection</a>
|
|
- <a href="./openapi.yaml">View OpenAPI (Swagger) spec</a>
|
|
- <a href='http://github.com/knuckleswtf/scribe'>Documentation powered by Scribe ✍</a>
|
|
|
|
---
|
|
|
|
# Introduction
|
|
|
|
An API starter kit for your next project
|
|
|
|
This documentation aims to provide all the information you need to work with our API.
|
|
|
|
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
|
|
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
|
|
|
|
|
|
> Base URL
|
|
|
|
```yaml
|
|
http://localhost
|
|
``` |