https://github.com/BoilingSoup/sneeze
I just published a composer package inspired by Breeze, but it uses Sanctum API tokens as the authentication mechanism.
This means you can use any kind of frontend to access Laravel's full auth system. Essentially a fully headless starter kit.
In a new Laravel project run:
composer require boilingsoup/sneeze
php artisan sneeze:install
All files are copied to your project to allow full customization.
README has all the details