Laravel app is not running in public_html folder - development

Laravel app is not running in public_html folder

When i deployed my laravel application to public_html/demo folder. Its working well in this folder but when i moved all my codes to public_html/ folder am getting a blank page, Also am not getting any errors in log/laravel.log, What should i do and why this problem is occurring



from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-app-is-not-running-in-public_html-folder/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development