Support the ongoing development of Laravel.io →
Meetups Architecture Jobs
Last updated 1 year ago.
0

Netbeans

0

Any idea???

0

PHP Storm is great :D, but Taylor Otwell using Sublime Text.

0

I think as you too. But with Sublime Text, How to can i find class, php auto completion....

0

Since I am also doing Java and Node.js, I am actually using IntelliJ IDEA‎ with PHP plugin installed. But it should be the same as PHPStorm I guess. lol

IDE does consume more memory ... But mine was fine running with 4GB ram, I usually have couple projects opening at the same time.

Are you having a big project with lots of file?

Last updated 8 years ago.
0

I'm using Sublime. It's easy.. less RAM.. And there are extensions for code hinting and stuff. But you dont really need them.

PHPStorm is the best php editor out there. But the thing with these bells and whistles IDEs is that once you start using them you start to forget how to do simple tasks such as pushing to a git repo or tracing down a simple bug. My opinion is use a simple vanilla text editor, you just need to be able to edit the code somehow not wait for the php files to open up on the IDE.

0

@awsp:

I use Laravel and many packages for it (10). i have use Minify (css,js), so one load webpage is one indexing on PHPStorm. Many js's files write code very slow. I always waitting. I see RAM OK but sometime CPU load 100%.

I always open PHPStorm, Chrome, Explorer, Skype, sometime Photoshop, MySql Workbench

@astroanu:

With Sublime Text or anything, How to can i use Laravel IDE Helper?

Last updated 8 years ago.
0

please some idea

0

If you are having problems with phpstorm on your notebook - limit background process... I'm totally fine with 3GB of DDR2 ram and Celeron 2 cores 2,4GHz cpu :) ( nothing turned off )

0

Man, you are not in a position to choose 'best'. You can't run phpStorm. The only real alternative is sublime. Ask people how to configure it and make it as fully-featured as possible.

Last updated 8 years ago.
0

@neomerx

Thanks. Can you give me some idea for PhpStorm's setting

0

@tuyenlaptrinh

I am running OS X Yosemite on a i3 iMac 27" 4gb ram, with Sequel Pro, Play! Framework console, some node apps like (LESS compiler, http-server, etc.), Pixelmator, couple Terminal windows , Chrome (10~15 tabs), MAMP, MongoDB daemon, Sublime Text 2, iTunes and ForkLift ... lol

Memory usage is about 1.65gb, and CPU idle for 98% most of the time.

Edit: Maybe disabling Git support from PHPStorm might help your over performance. Also, I gave more memory to Intellij Idea, JVM, that speeds up quit a bit.

See:

This is what I am using Idea.vmoptions

-Xms128m
-Xmx1920m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=225m
-XX:+UseCompressedOops

Edit 2: After adding more memory to the VM, my Play! application actually executed faster. It does take up to 200% CPU time (2 core) when Indexing my Play!/Java project, but it shouldn't take more than a minutes if you have executed play idea for example.

Last updated 8 years ago.
0

I've been using Atom since its official release just a couple weeks back.It's fairly light-weight and has simple PHP intelli-sense. Atom has become my go-to text editor for all things web. I'd give it a try -- it's free, open source.. you know, all the good stuff ;)

0

Matt Stauffer has written a great article on using Sublime instead of PHPStorm. https://mattstauffer.co/blog/sublime-text-3-for-php-developers

0

Hi I am using Eclipse in Java and in Php and used A php Server to test it directly in Eclipse under windows What i like ? The code assistants , the search explorer ....

0

I use Sublime with the following packages installed to help with Laravel dev;

Blade Snippets Laravel Snippets Laravel Blade Highlighter Laravel Bootstrapper Snippets

0

I use Sublime, (occasional DW--don't shoot), and mostly PHPStorm. These days I'm leaning back toward PHPStorm mostly still at 9.0.0 on Mac OS X.10.5 and happy to note JetBrains released improved PHP 7 support in PhpStorm 9.5.0 (EAP)

0

Used jedit, now more and more atom.

Check https://atom.io/

Very nice git integration, tons of plugins, opensource, medium resources usage (not lightweight but not a hog monster either). Supports blade templating.

0

I love Atom, but for remote server use PhpStorm

0

CodeLobster is the best. Inbuilt PHP Debugger, Live HTML/CSS Inspector, Content Highlighting, SQL Manager and most importantly, it's FREE of cost! What else do you need now? Read more here: CodeLobster PHP Edition Review

Last updated 5 years ago.
0

TheTrendzJournal said:

CodeLobster is the best. Inbuilt PHP Debugger, Live HTML/CSS Inspector, Content Highlighting, SQL Manager and most importantly, it's FREE of cost! What else do you need now? Read more here: CodeLobster PHP Edition Review – Free Portable IDE for PHP

might be good but mac users cant use it...

0

I'm loving Sublime. It's so fast. This article talks about getting it to have similar functionality to PHPStorm. https://mattstauffer.co/blog/sublime-text-3-for-php-developers

0

Netbeans 8 is best choice for you

0

umair321 said:

Netbeans 8 is best choice for you

You might want to expand on the reasons.. or a link

0

PHP Storm

0

I have used Netbeans and PHPStorm both, but stayed with PHPStorm in the end. However, some other PHP IDEs are worth a try as well, like Aptana (https://www.cloudways.com/blog/top-ide-and-code-editors-php-de... )

0

I've used PHPStorm ever since i started working professionally in PHP 3 years ago, yes it does provide a lot of help, no it doesn't make you forget how to track down a simple bug, people who say that are probably var_dumpers, and they are the ones who don't know how to track down bugs.

For any PHP development there's nothing better than PHPStorm, if you have something more complex than simple pages with about 2 or 3 Models i would really advise you to use an IDE instead of Sublime. Sublime is awesome for small things but to start doing advanced things you really need to invest a lot of time into plugins and stuff and even then it'll never be as intelligent as a full-fledged IDE when it comes to understanding your code.

The only thing PHPStorm doesn't quite get are Facades in Laravel, but IDE Helper takes care of that.

Can't recommend it enough, it allows you to run PHPUnit tests individually based on the position of your mouse cursor, makes a breeze to use XDebug and it even has an SQL viewer for your DB, it has everything you need and a hell of a lot more! I'm paying 8 bucks a month for it, totally worth it imo.

0

**PhpSotrm **obvious

0

There are number of PHP development tools available but I prefer to use Eclipse and NetBeans.

Last updated 6 years ago.
0

PHPStorm is working fine for me. Try Netbean if phpstorm is really the cause of the high cpu usage.

0

I use PHPStorm because it works great.

0

I use Visual Studio Code, its free, and awesome (as great as Sublime, I think).

0

Visual Studio Code (switched from Sublime)

0

why do not you use vscode with its extensions? (laravel 5 snippets for example)

Last updated 6 years ago.
0

Before Using PhPStorm, Make sure your Hard drive is very healthy. It does a lot of the writing and reading(Intellisense) when typing(the auto-save), You may assume it's your RAM or processing power that has a problem but no, it's mostly the Hard Drive.

0

PHP Storm

0

PhpStorm is great. I used to use Sublime but love PhpStorm and IntelliJ IDEA now.

0

Try VSCode. that thing is awesome

0

Try VsCode , Netbeans , PHP Storm all are easy to Use. For More Information you also read article : Top Code Editors and IDE for PHP Development of 2018

0

PHPStorm, NetBeans and Eclipse PDT are the best PHP development tools for PHP programming. You should use that.

Find here useful resources related to the javascript frameworks, PHP Frameworks, react vs angular, Front end development tools.

Last updated 5 years ago.
0

VSCode - is`t not an IDE, its text editor. But with good plugins - Beatify, Laravel Artisan, Laravel Blade Snippets, Laravel Blade Spacer, Laravel goto view

its good idea to use it. i have slow machine too. Try it ;-)

NetBeans - it`s good too. PhpStorm is the best but as you see, need memory.

0

Using Sublime Text 3

Plugins: ApacheConf Php Companion ---this is the important one that lets you import classes as you use them. Laravel Blade Highlighter BracketHighlighter Sass SideBarEnhancments Vue Syntax Highlighter

Oh and running Material Theme with Material-Theme-Darker scheme

0

Visual Studio Code:

opensource, with many updates, and package for almost anything, in laravel development I use this plugins:

  • Laravel 5 Snippets.
  • Blade Snippets.
  • Blade Spacer.
  • PHP DOCBlocker.
  • Laravel Artisans. (execute commands by the command pallete).
  • terminal (to get a button to open the terminal from VS code).
  • DOTEnv (to get color scheme and linter of dotenv files).
  • Laravel Helpers (autocomplete for routes, phpunit methods, middelwares...).
  • Laravel goto View (click and open view file).
  • Laravel Model Snippets.
  • PHP DocBlocker.
  • PHP Intelephense.
  • PHP IntelliSense.
  • Spacegray VSCode (if you came from PHPSTORM it helps).
  • Vue VS Code Extensions (collection of packages for vue if you work with Laravel it´s possible to work with vue)
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.