-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create phar and installer #4
Comments
@aequasi I tried but had some issue with the symlinks of each project example ( I will create a branch to start working on this feature and do some tests. |
I would also suggest using symfony console and you can use the box framework to create the phar file. thanks. |
Also as mentioned below too, I will create a branch to start working on this feature and do some tests. |
thanks for letting me know @jmolivas , appreciated. |
I just push a new branch This branch includes a
I ran the box project to build the
And then extract the file
After listing the Because of this, the execution of this project, throws the following exception |
are you including the symlink locations in the phar file? (vendor/bin/phpunit) |
The I will take a look at the extracted |
Similar to Gush, Bldr, and Composer. A phar file, and an installer would make this a lot easier to install
The text was updated successfully, but these errors were encountered: