You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm the creator of Wtyd/githooks. It's an app based on Laravel Zero for managin QA tools and git hooks. I want to make a new feature to run the tools in parallel (phpmd, phpcs, etc). I currently use raw php methods (exec, passthru, etc). Investigating I have seen that this library was incorporated into the core of the Laravel Framework and that in turn has a dependency symfony/process. The question is, is there a way to execute tasks asynchronously or should I directly use symfony/process?
The text was updated successfully, but these errors were encountered:
You can actually see that this package it's not so "complicated" (macro), having that in mind you shouldn't expect that behavior from the package. You should use symphony/process. This macro is more like a output enhancement for the final user.
Hi! I'm the creator of Wtyd/githooks. It's an app based on Laravel Zero for managin QA tools and git hooks. I want to make a new feature to run the tools in parallel (phpmd, phpcs, etc). I currently use raw php methods (exec, passthru, etc). Investigating I have seen that this library was incorporated into the core of the Laravel Framework and that in turn has a dependency symfony/process. The question is, is there a way to execute tasks asynchronously or should I directly use symfony/process?
The text was updated successfully, but these errors were encountered: