da0db012a0f2c5ee571580f29dfa741e41928f69
The SPA's GET /logout and Fortify's POST /logout both carried the name
'logout', which is fine at runtime (distinct verbs, same URL) but breaks
route:cache (names must be unique for serialization). The Blade auth forms
target route('logout') = Fortify's POST route, so the custom GET route — used
by the SPA via a literal /logout URL — no longer needs the name.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The file is empty.
Description
Languages
PHP
62.3%
Blade
15.4%
Vue
13.4%
HTML
7.2%
JavaScript
1%
Other
0.7%