Patch Status
To see which patches have run and which are still pending, use the patch:status command:
bash
php artisan patch:statusThe output displays two clear, sorted lists:
✅ Ran Patches
+------------------------------------------+
| Patch Name |
+------------------------------------------+
| Patch_2025_06_20_SomeOldPatch.php |
+------------------------------------------+
❌ Pending Patches
+------------------------------------------+
| Patch Name |
+------------------------------------------+
| Patch_2025_06_30_FixUserEmails.php |
+------------------------------------------+INFO
Patches that have been run and then deleted from the filesystem will not appear in either list — they are considered irrelevant once removed from the codebase.
