Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

keevitaja's avatar

Sublime laravel and php specific packages.

Hi,

I am curious, which packages are out there for laravel and php in general. Like is there a package which imports namespaces, initiates injected dependensis etc...

i have found:

https://github.com/erichard/SublimePHPCompanion

but find_use doesn't allways import the use.

0 likes
11 replies
BenSmith's avatar

The functionality you've asked for falls more within the domain of an IDE than for a text editor like Sublime Text. PhpStorm is the stand out PHP IDE and there is a great (series on Laracasts)[https://laracasts.com/series/how-to-be-awesome-in-phpstorm] on using it effectively.

Up until I joined Laracasts I was an avid ST user, now I only use it for making quick edits and leave the heavy lifting to PhpStorm, give it a try!

1 like
keevitaja's avatar

Is anyone using PhpStorm on linux? I think i tried it once and it was weird and slow.

edit: i tried it again and it kinda feels like it runs on wine or something.

keevitaja's avatar
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.2) (7u65-2.5.2-3~14.04)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

yes, i have openjdk, should i switch to oracle?

theilen's avatar

Give it a try if you are interested in PHPStorm.

I switched from Sublime to PHPStorm a few months ago and I never looked back.

keevitaja's avatar

ok, i have to figure out, will it break something on my system as they cannot go exist. thanx!

theilen's avatar

I have no problems whatsoever using Oracle JDK from the official Oracle repos.

Mort's avatar

I always use PHPStorm for working on Laravel projects, but still fall back on Sublime for my day to day work where I am not fortunate enough to be able to use Laravel (or any major php framework)

keevitaja's avatar

@theilen i do not know, imho oracle JDK made no change. Could you paste me a screenshot of your PhpStorm. Even the fonts are ugly compared to Sublime. Perhaps i have to tweak it somehow.

Please or to participate in this conversation.