0

I am working on a test driving project, about driving theory test. I have some files which are .exe about crossroads priority ilustartions. Is there any way in Laravel to open this kind of files in a Laravel Project. Thanks in advance!

1
  • 3
    You can use exec to execute files, but my guess is that's not enough for you? Commented Jun 16, 2017 at 13:29

1 Answer 1

3

There are some possibilities. You can use very simple the exec functions in PHP. Or you can use

https://symfony.com/doc/current/components/process.html

The process component from Symfony to abstract that process. I think there are some more libs that can handle that but the process component is very good.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.