Laravel project

Hi,

I have laravel application and it have .env file, the file contain app url and its value is like this app APP_URL=“public/” but still i am facing issues

Which issues? Can you elaborate?

it gets stuck on please wait and nothing happens and then timeout error comes

here is the error log

9/26/2019 12:12:39 PM Scheme Request URL start: http://heserver/public/index.php
9/26/2019 12:17:04 PM PHP ERROR: PHP Fatal error: Maximum execution time of 30 seconds exceeded in E:\2019\exe new\Data\vendor\symfony\finder\Iterator\RecursiveDirectoryIterator.php on line 53

Try to increase execution time in PHP.ini
Laravel is a big framework and has a lot of dependencies.