laravel-installer icon indicating copy to clipboard operation
laravel-installer copied to clipboard

/install page not found

Open HasibTheNeWb opened this issue 2 years ago • 2 comments

after completing every step it's showing /install page not found

HasibTheNeWb avatar Feb 11 '24 13:02 HasibTheNeWb

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

Iqratanveer avatar Oct 01 '24 00:10 Iqratanveer

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.

bundana avatar Nov 29 '24 11:11 bundana