-
Hi, I have installed laravel orchid project inside C:\xampp\htdocs\orchid-project. However, I am not able to access the login page. I have also hosted other projects inside the htdocs. For example, I have another project called services in the htdocs and If I access http://localhost/services/, then the index.phpin the service project is loaded. However, nothing like that is appearing for the orchid project. The documentation says that if I access http://localhost:8000/admin, then login page should appear. However, since i am hosting it on xampp inside htdocs and it is not on root, I tried accessing http://localhost/orchid-project/admin but nothing loads and I get an error that the url was not found Can someone please guide here Regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Did you set the APP_URL in .env correctly (http://localhost/services in your case)? |
Beta Was this translation helpful? Give feedback.
-
Ok, I found that I have to access it like this. http://localhost/orchid/public/admin/. I have to figure out how to make the url to http://localhost/orchid/ |
Beta Was this translation helpful? Give feedback.
-
As a workaround, as sub-comments aren't possible to mark as a solution, you can mark this one, that references the two solutions: I guess that should work 🙂 |
Beta Was this translation helpful? Give feedback.
As a workaround, as sub-comments aren't possible to mark as a solution, you can mark this one, that references the two solutions:
I guess that should work 🙂