-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add PHP language setup with mcrypt or any other module #56
Comments
@sdavara do you want to make a PR to take this on ? |
I have that instruction as below: Installation on local machine (Mac)Install php 5.4 and MySQL through homebrew. Follow instructions from homebrew-php for specific installation instructions on your OS. brew tap homebrew/dupes Update homebrew formulas and install PHP 5.5brew update Set precedence of newly installed php over system php. Modify your ~/.bash_profile or ~/.zshrc (for bash and zsh respectively) and add the following at the bottom:PATH=/usr/local/bin:$PATH Set timezone in php.ini. It should be located at /usr/local/etc/php/5.4/php.ini. Install PHP Composercurl -sS https://getcomposer.org/installer | php |
I'll see, If I can create a PR with PHP and composer(it's package manager) |
@sdavara thanks for taking this on, would love to help with the PR whenever you create it. |
@sdavara ping^ |
Is it necesssry to have php 5.5 guide? What OS X version should this be for? |
Anyone who wanders here and have not seen stack overflow question on this topic here is a link: https://stackoverflow.com/questions/26493762/yosemite-el-capitan-php-gd-mcrypt-installation |
In case you need only one version (5.6 or 7.x..) just install it using guide linked above (stackoverflow). In case you need 2 versions simultaneously you have multiple options: |
New suggestions if you develop using some kind of framework/library... use Valet Laravel, Lumen, Bedrock, CakePHP 3, Concrete5, Contao, Craft, Drupal, Jigsaw, Joomla , Katana, Kirby, Magento, OctoberCMS, Sculpin, Slim, Statamic, Static HTML, Symfony, WordPress, Zend |
I do not really know how to proceed here; I just use Valet and it does all the stuff behind the scenes for me (for my use case). Using Valet is easy, but it does not support development with no frameworks (see list in #56 (comment)). I also use Also PHP 7.2 comes with these modules, and the trouble ones (
|
@Kyslik want to just turn your guidelines into a Php page? Since I think you've enough experience with this as well as there is not much we can do beyond this on the issue. |
@Kyslik Not knowing much about PHP and the ecosystem of the language I think anything would be useful, like how do I install PHP and manage versions? And if you think Valet is a good choice then I'd say include that! |
No description provided.
The text was updated successfully, but these errors were encountered: