/install page not found
Opened this issue · 2 comments
HasibTheNeWb commented
after completing every step it's showing /install page not found
Iqratanveer commented
after completing every step it's showing /install page not found
Let me know if you get any leads on this; I am also stuck on it
bundana commented
The issue likely occurs because the installer process creates an installed file in the Laravel storage folder during its first execution. When the installer runs again, the application checks for the existence of the installed file and assumes the application is already installed, thereby preventing access to the /install route.