I moved Vale from the src directory into the bin directory in the root. As it's a third-party dependency, I think it's better to have this outside of our src directory.
I replaced all # comments with // - just personal preference
Instead of looking up blade views manually, I added the Symfony Finder as a dependency, so we loose a bunch of lines of code in favor of a nicer API
I replaced all the Symfony process calls to create and delete temporary directories with Laravel's File facade calls.
I modified some things in this PR:
src
directory into thebin
directory in the root. As it's a third-party dependency, I think it's better to have this outside of our src directory.#
comments with//
- just personal preferenceFile
facade calls.