There are a ton of variables here that you aren't providing any information about. What does the environment look like? Any caching in place? Running inside a virtual machine, or natively? If it's in a virtual machine, how are you mounting the shared files? etc.
Laravel is plenty fast..
I have a dev site, running inside a VM, most pages are ~56ms, with 2 queries each, the heaviest page is responding in ~320ms with 8 queries running, most of which are somewhat complex, and lots of manual calculation/processing happening within PHP after the queries run to parse the queried data.