this post was submitted on 05 Apr 2024
20 points (95.5% liked)

PHP

522 readers
1 users here now

Welcome to /c/php! This is a community for PHP developers and enthusiasts to share and discuss anything related to PHP. From the latest updates and tutorials, to your burning questions and amazing personal projects, we welcome all contributions.

Let's foster an environment of respect, learning, and mutual growth. Whether you're an experienced PHP developer, a beginner, or just interested in learning more about PHP, we're glad to have you here!

Let's code, learn, and grow together!

founded 1 year ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 4 months ago (1 children)

I recommend using PhpStorm - nothing else even approaches it in terms of features and code analysis.

[–] [email protected] 2 points 4 months ago (1 children)

I've become the primary maintainer of a jumbled mess of a PHP/Laravel project we use as our"mission control" at work and I've been dying due to lack of dev tools. Might have to take a look at this (pester my manager for a license) assuming it has Laravel support.

[–] [email protected] 2 points 4 months ago

Not sure if natively, but there will definitely be a plugin for Laravel if not.

You can try it for 30 days for free and see for yourself. Or you can always use the early access builds for free.

[–] [email protected] 10 points 4 months ago (1 children)

Jetbrains Phpstorm is probably best in class, but you'll have to pay for it.

[–] [email protected] 3 points 4 months ago

I don't do PHP. But I used other JetBrains tools for Go, Python and Java and they are very helpful. The AI Assistant is pretty good for explaining code. I am not in anyway paid by them. Good Luck

[–] [email protected] 7 points 4 months ago

Here's hoping you have Docker installed, because Laradock rules. (It's not just for Laravel.)

If the project is a Laravel project, Laravel Herd just came out. If you're on a Mac, there's also Valet. If you prefer a VM, there's Homestead - a PHP Vagrant config.

[–] [email protected] 6 points 4 months ago (1 children)

A lot depends on how the PHP site was set up. Does it have requirements? Apache? What version? MySQL? Is it using a framework? Composer, hopefully?

Theoretically all you need is PHP installed. You can run it from the command line with -S… maybe.

More information would be helpful.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Seconded.

Also, what OS are you on?

For Windows, Laragon is super easy and convenient.

Or Devpod might be a good choice, too.

[–] [email protected] 1 points 4 months ago

ddev saved my life when I inherited a drupal project.