Add a separate project inside another project Hello
I have a simple html project that I have uploaded with forge.
mydomain.com
Now I need to have a route
mydomain.com/order-online
and when a user visits this endpoint a new project is loaded
Any help?
I need the second project to live inside the same project in another directory
Same answer for the route.
For your projects what pb did you encounter? (git exclusion, ...)
I get a 403 Forbidden error
also I don't use Laravel for the specific case sο the redirects are not an option
get a 403 Forbidden error
When ?
I don't use Laravel for the specific case sο the redirects are not an option
?
You redirect where you want like in me example.
@pefremidis What’s a “separate project”? If you define a route in one application, then you have to tell Laravel what controller you want invoked when that route is requested.
Please sign in or create an account to participate in this conversation.