No description
  • PHP 57.9%
  • Blade 39.1%
  • Nix 1.4%
  • CSS 0.7%
  • JavaScript 0.4%
  • Other 0.5%
Find a file
2026-03-01 14:39:46 -08:00
app fix: allow submitting messages without approved field 2026-02-23 21:12:37 -08:00
bootstrap fix: trust proxies 2026-02-22 19:56:29 -08:00
config chore: publish cors file 2026-03-01 14:39:46 -08:00
database feat: set timezones 2026-02-22 10:40:10 -08:00
lang/en feat: force delete guestbooks 2026-02-22 14:36:32 -08:00
public style: pint 2026-02-14 16:22:16 -08:00
resources feat: force delete guestbooks 2026-02-22 14:36:32 -08:00
routes feat: prune old guestbooks 2026-02-22 15:20:12 -08:00
storage feat: clockwork 2026-02-15 14:00:27 -08:00
tests fix: allow submitting messages without approved field 2026-02-23 21:12:37 -08:00
.blade.format.json feat: prettier 2026-02-14 14:07:02 -08:00
.dev.env.example feat: email verification 2026-02-22 18:25:27 -08:00
.dockerignore ci: docker image! 2026-02-22 18:25:27 -08:00
.editorconfig fix: restore editorconfig so PHPStorm will behave 2026-02-17 17:40:55 -08:00
.envrc feat: init 2026-02-09 20:03:43 -08:00
.gitattributes feat: init 2026-02-09 20:03:43 -08:00
.gitignore feat: dev processes fixed; pre-commit hooks 2026-02-16 21:17:28 -08:00
.lazy.lua fix: clean up app.css 2026-02-14 14:36:32 -08:00
.prod.env.example fix: don't overwrite .env file when deploying 2026-02-23 19:26:35 -08:00
artisan feat: init 2026-02-09 20:03:43 -08:00
build.fish ci: docker image! 2026-02-22 18:25:27 -08:00
bun.lock fix: clean up app.css 2026-02-14 14:36:32 -08:00
composer.json ci: docker image! 2026-02-22 18:25:27 -08:00
composer.lock chore: update 2026-02-19 19:18:58 -08:00
Dockerfile refactor: use serversideup automations instead of manually running php artisan 2026-03-01 13:15:18 -08:00
first-deploy.sh fix: .env file managed by docker now 2026-02-23 20:14:44 -08:00
flake.nix feat: email verification 2026-02-22 18:25:27 -08:00
nginx-livewire.conf fix: livewire nginx conf 2026-03-01 13:14:53 -08:00
package.json fix: clean up app.css 2026-02-14 14:36:32 -08:00
phpstan.neon ci: install larastan 2026-02-17 18:30:34 -08:00
phpunit.xml feat: init 2026-02-09 20:03:43 -08:00
pint.json style: pint rules 2026-02-14 15:37:45 -08:00
prettier.config.js feat: prettier 2026-02-14 14:07:02 -08:00
readme.md docs: add api notes 2026-02-21 20:51:59 -08:00
stylelint.config.js fix: clean up app.css 2026-02-14 14:36:32 -08:00
vite.config.js feat: init 2026-02-09 20:03:43 -08:00

How to use Sanctum API token

POST /api/{route} HTTP/1.1
Authorization: Bearer {{$auth.token}}