laravel-sanctum-tutorial Usage $ git clone git@github.com:ucan-lab/laravel-sanctum-tutorial.git $ cd laravel-sanctum-tutorial $ make init http://localhost Tips Read this Makefile. Read this Wiki. Container structures ├── app ├── web └── db app container Base image php:8.0-fpm-buster composer:2.0 web container Base image nginx:1.20-alpine node:16-alpine db container Base image mysql/mysql-server:8.0