I think you should make a sub domain and put you other project into that subdomain and provide a link to you current laravel project.
Jul 31, 2017
2
Level 1
How can I run an independent php project inside my laravel 5.x application?
I am working on a Laravel website for PHP tutorials. The tutorials on this website have little demos including simple independent PHP projects with their own pages, database tables, forms and the like. What I have done so far is place the PHP project folder in my Laravel public folder and tried to execute the code from the public folder of my Laravel application. But only the CSS and javascript seems to be working. Other functions like form submission and database connectivity don't seem to work. How do I make the PHP code execute independently in my Laravel application?
Please or to participate in this conversation.