Laravel Project deployment issue
I am using IIS for laravel. I succesfully installed laravel and also running it using localhost and remote IP with php artisan serve command. The issue is, the base folder is running smoothly, but whever I am creating a folder inside it with laravel codes, it shows not found. So the issue is, I cannot redirect it to the childer folder content where I have kept the website codes.