Better PHP dev-env init#624
Merged
Merged
Conversation
Collaborator
|
Is it worth exploring this at all jdx/mise#4720 (comment) to keep as many dev envs managed by Mise as we can? |
Contributor
Author
|
I really don't know. A random guy with a 4 stars repo built-in in the OS, I don't feel it's a good idea. I prefer using the repo version seems a bit safer (until it's officially available in mise of course) |
Member
|
Symfony doesn't install clean: |
Member
Contributor
Author
|
Damn we need to enable some extensions let me fix that ASAP. |
dhh
added a commit
to ryanrhughes/omarchy
that referenced
this pull request
Aug 22, 2025
* Extract logic to avoid adding composer in the path multiple times and add Symfony * Add missing usage * Use the official script to install Symfony installer * Use AUR package * Move PHP and Composer install in function to avoid duplication. * Add explicit usage for symfony-cli --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
marcinczenko
pushed a commit
to marcinczenko/omarchy
that referenced
this pull request
Sep 23, 2025
* Extract logic to avoid adding composer in the path multiple times and add Symfony * Add missing usage * Use the official script to install Symfony installer * Use AUR package * Move PHP and Composer install in function to avoid duplication. * Add explicit usage for symfony-cli --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
chriopter
pushed a commit
to chriopter/omarchy
that referenced
this pull request
Nov 18, 2025
* Extract logic to avoid adding composer in the path multiple times and add Symfony * Add missing usage * Use the official script to install Symfony installer * Use AUR package * Move PHP and Composer install in function to avoid duplication. * Add explicit usage for symfony-cli --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Split the logic and add Symfony command #599