#mamp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mamp, aggregated by home.social.
-
Beim Vereinbarkeitsatlas konnten wir am Wochenende auf dem Weg der Normalisierung ein paar wichtige Tickets schließen. Der Mentor und wir sind zwar noch ein gutes Stück vom Ziel entfernt, aber es wird. Und der neue Techstack hilft ungemein.
-
So MAMP pro 6 just broke because ssl 🙄
And MAMP pro 7 still won’t work, because why would you sell a functional product. It won’t even accept my valid license. Because the update window closed? What the fuck? I paid for both mind you… 🤬So what’s the right alternative for MAMP? Something simple to use. For macOS. Preferably without screw-you licensing.
No not docker or vagrant or whatever.
-
Another day, another WTF. Yesterday, #MAMP completely fubar on my machine. Today, expecting hours of frustration trying to fix it, and it just works. Learned my lesson though: the configuration folders are now under version control, so I can track and revert any tweaks I make that might break things.
-
-
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://symfonystation.mobileatom.net/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Hatte eben eine Erinnerung an ein Program namens MAMP aus meiner Vergangenheit, als ich noch einen Mac zum arbeiten hatte, damit war lokales spiegeln und arbeiten des Blog mit WordPress relativ einfach. 😉
MAMP existiert auch für Windows, genau so einfach lokal PHP und MySQL einrichten und sofort damit dann arbeiten. 😀
Manchmal kann das unter Windows sinnvoll sein, manchmal ist Linux oder Android besser. 😁
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools.
https://symfonystation.mobileatom.net/local-php-development-tools
#PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
https://newsletter.mobileatom.net/dream-universal-develop-local/
#ddev #docker #Drupal #kinsta #Lando #Laravel #LocalDev #mamp #PHP #phpsandbox #symfony #WordPress #wpengine
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://symfonystation.mobileatom.net/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://symfonystation.mobileatom.net/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools.
https://symfonystation.mobileatom.net/local-php-development-tools
#PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
#ddev #docker #Drupal #kinsta #Lando #Laravel #LocalDev #mamp #PHP #phpsandbox #symfony #WordPress #wpengine
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://symfonystation.mobileatom.net/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Christ, the update process for #MAMP Pro is BAD. Once you've started it, if there's any condition that will prevent the update from succeeding, you won't know until the very end of the process, and you won't get any opportunity to fix it. The app will quit, and only after restarting it can you change whatever need to be changed, and then you have to start again from the download. I guess their server bandwidth is cheap.
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://www.symfonystation.com/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Using a WSL2 #Linux distribution in #Windows is so _much_ better for #webdev than any native solutions like #XAMPP or #MAMP because Windows is just _bad_ especially for #backend programming.
I had problems getting PhpMyAdmin to work in XAMPP, alternatives like MAMP are basic & proprietary (you pay for more features). Using a local development server in Linux is a breeze. Thanks Microsoft for enabling WSL2, now we know that you also know that Windows sucks 😆
#PHP #MySQL
https://devtonight.com/articles/how-to-setup-a-linux-apache-mysql-php-dev-environment-on-ubuntu -
I've isolated why the `.profile` keeps resetting on #macOS using #MAMP to host #PHP locally.
You can modify a host while the server is running. To save the changes, a save button will be presented. Clicking the save button will stop the server and start it again.
When I do this, the `.profile` file is reset.
If I stop the server, modify the host, and start the server, all seems to be okay with the world.
Longer story, but I sent MAMP an email reporting the bug and will update the post.
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://www.symfonystation.com/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://www.symfonystation.com/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev :php:
-
Explore our article: Dream Universal, Develop Local: A look at PHP Local Development Tools. https://www.symfonystation.com/local-php-development-tools #PHP #LocalDev #Symfony #Laravel #Drupal #WordPress #kinsta #wpengine #docker #mamp #phpsandbox #lando #ddev
-
This one is interesting to me.
Composer (and Terminal) cannot run #PHPUnit, #PHPStan, or #PHPCS:
"env: php: No such file or directory"
Trying to figure out what details matter.
#macOS removed #PHP from the base install. Instead of using Homebrew, "installed" by pointing to the #MAMP version.
which php - returns correctly (RC)
php -v - RC
which composer - RC
composer -v - RCThis is a new one for me, and the only environment difference I can think of is how PHP is "installed."
Thoughts?