I bought a MacBook, I always used windows. And I had an open server installed, everything was fine for me. Now I hach to find out what to use for mac os. thanks for answers
@artur33s I’d suggest Laravel Homestead. Boots up a self-contained development environment with everything you need (PHP, nginx, MySQL, etc) which means you then don’t have to go installing them in your actual macOS.
If you work on multiple projects, it means you can also work on projects with different PHP versions. Unlike if you use PHP in macOS or Homebrew, where you’ll have to constantly keep switching between whatever version you need and can only work with one at a time.