it's ok to run normal php file as before. why not just try?
May 23, 2016
3
Level 1
Changing existing PHP website to Laravel but keep some old php files
We have a website at work that was built using PHP procedural code (No classes). I recently rebuilt the website in Laravel 5.2 but I have not published the website yet. I know when I publish the website I will change the domain to point to Laravel. However, we have some old php files that are still being used by other software at the company. If I publish Laravel and tries to to access those php files like domain.com/old_php_file.php it will not work. How can I make this work?
Thank you very much for your help
Level 9
Place it in your /public directory. It will run just fine.
2 likes
Please or to participate in this conversation.