Skip to content

fix(sanctum): add 127.0.0.1:3000 for proper API auth during local development with 127.0.0.1:3000 #2119

fix(sanctum): add 127.0.0.1:3000 for proper API auth during local development with 127.0.0.1:3000

fix(sanctum): add 127.0.0.1:3000 for proper API auth during local development with 127.0.0.1:3000 #2119

name: static analysis
on:
push:
branches:
- master
- '*.x'
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: read
jobs:
tests:
uses: laravel/.github/.github/workflows/static-analysis.yml@main