> For the complete documentation index, see [llms.txt](https://www.devops.buzz/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.devops.buzz/public/lumen/cheat-sheet.md).

# Cheat Sheet

## Create project

Run:

```bash
composer global require "laravel/lumen-installer"
export PATH="~/.composer/vendor/bin:$PATH"
lumen new blog
```

## API versioning

<https://stackoverflow.com/questions/18850542/laravel-controller-subfolder-routing>

<https://stackoverflow.com/questions/30239823/laravel-restful-api-versioning-design>
