Database Driver & Version: Mysql 8.0.21-0ubuntu0.20.04.4
Description:
when I login using Auth::login in Tinker, I get a warning:
PHP Warning: unlink({path}/storage/framework/sessions/3p6YqECrq3EAMP4Hdz2X5IBdw4cfRG30bLNpY9z4):
No such file or directory in {path}/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 220
After the warning, everything works, I can use my usual queries that need a logged-in user. So this is not a high prio thing.
Seems there is no session present to be removed.
Description:
when I login using Auth::login in Tinker, I get a warning:
After the warning, everything works, I can use my usual queries that need a logged-in user. So this is not a high prio thing. Seems there is no session present to be removed.
Steps To Reproduce:
artisan tinker