Laravel upgraded from 5.5->5.6 then 5.6-.5.7 I can run following command ```` php artisan dump-server ```` shows following: ```` [OK] Server listening on tcp://127.0.0.1:9912 // Quit the server with CONTROL-C. ```` But ```` dd($user) ```` does not log on the console. Instead it shows on the browser.