I need to put in my domain directories a simple php script that have to run isolated from the rest of my laravel application.
For example if my Laravel app run on www.example.com.
If I call www.example.com/do_something_here/
and this do_something_here is a subfolder of my project that do not respond by the rules of Laravel routes.
Is it possible?