Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel Artisan Tinker: The whereami Command

The whereami command in Laravel helps you pinpoint the exact location in your code base where you are currently executing code. Running whereami in a Tinker REPL session provides information about the file and line number where the code is being executed.