PHP Laravel:在进行php artisan服务时,任何类型的包或方式来激活实时日志

I've been working in ruby/rails for a while now and just recently switched up to PHP Laravel for my new work position. In rails, when I would run my server it would show me very useful things such as: which route is getting hit, what queries ran for that controller and so on.

On Laravel when when I run a server all it says Laravel development server started: <http://127.0.0.1:8000> and it just sits there.

Is there some composer package or something I don't know about that I have to switch on in the config to show some kind of relevant information while routes are being hit???

I've been googling up 'laravel live log' and stumbled across this package https://packagist.org/packages/mic/log-like-rails But I can't seem to install it correctly.

Laravel Framework 5.6.22 PHP 7.1.18-1+ubuntu16.04.1+deb.sury.org+1