Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

PHP Laravel IDE

  • 11-09-2019 10:53PM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭


    Can't remember if I've asked before, but can anyone suggest a good IDE for PHP and Laravel? Don't want to edit files via notepad++ and run them from the command line just yet. I want to get a more visual handle with PHP and Laravel first before I'm confident enough to run from the cli.


Comments

  • Registered Users, Registered Users 2 Posts: 157 ✭✭Peck3277


    I haven't used it for any laravel projects yet but I've been using PHPStorm at work for the past few months and I'm really liking it.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Isn't PHPStorm a monthly subscription IDE?


  • Registered Users, Registered Users 2 Posts: 157 ✭✭Peck3277


    L.Jenkins wrote: »
    Isn't PHPStorm a monthly subscription IDE?

    I think it's an annual subscription? Work pays for it so I'm not sure. I used to use eclipse but I don't see myself going back after changing.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    I had a look and it's 199 euro per year.


  • Registered Users, Registered Users 2 Posts: 157 ✭✭Peck3277


    L.Jenkins wrote: »
    I had a look and it's 199 euro per year.

    Ouch, didn't realise it was that expensive. My other recommendation would be eclipse. It's pretty good and has a lot of extensions


  • Advertisement
  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    I'm using eclipse for pretty much everything else it can be used for, so I'm trying it with PHP. I'm also getting Netbeans to give it a go.


  • Registered Users, Registered Users 2 Posts: 1,206 ✭✭✭zig


    I use PHPStorm and love it, it definitely makes life easier.


  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    VSCode is pretty great out of the box and plenty of PHP and Laravel plugins.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Only got around to it this evening, but I get Laravel running with Netbeans. I'll stick with that for a while to see how things go. Thanks for all the suggestions.


  • Registered Users, Registered Users 2 Posts: 227 ✭✭boreder


    Goodshape wrote: »
    VSCode is pretty great out of the box and plenty of PHP and Laravel plugins.

    + 1 for VSCode


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,271 ✭✭✭Buford T Justice


    Netbeans sucks tbh. VS Code is free and is probably one of the best free ide's available - you can extend it to do pretty much whatever you want. Its not often I give microsoft credit, but where its due.....


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Going to give VSCode a try. Not intent on paying for phpstorm, as good as it might be.


  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    L.Jenkins wrote: »
    Going to give VSCode a try. Not intent on paying for phpstorm, as good as it might be.

    My work pays for my PHPStorm licence and I still switched to VSCode.

    Less bloated, even after you add any plugins you need, and just much nicer (imo) to work with.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Seems to be the case from what I've seen so far.


  • Registered Users, Registered Users 2, Paid Member Posts: 3,718 ✭✭✭antimatterx


    I was a Laravel dev in my previous job and we initially used atom, then moved to vs code with plugins. VS Code is the best, it's lightweight, yet extremely performant.


Advertisement