I have a .php
file that was developed in php
pure and need to use it in Laravel
.
For this I need to call it directly from the action
of a form
, however the application is being developed in Laravel
.
How can this file be used without using the Laravel
routes?