You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: The artisan response-cache:flush command has been renamed to artisan response-cache:clear, which keeps it in line with other cache clearing commands in Laravel. An alias has been put into place, so the previous version keeps on working.
Additionally, a log message akin to the Laravel commands will be printed now, to make it feel more "Laravel-y".