Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PHP Laravel IDE

  • 11-09-2019 10:53pm
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,241 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 Posts: 156 ✭✭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,241 Mod ✭✭✭✭L.Jenkins


    Isn't PHPStorm a monthly subscription IDE?


  • Registered Users Posts: 156 ✭✭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,241 Mod ✭✭✭✭L.Jenkins


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


  • Registered Users Posts: 156 ✭✭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,241 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,241 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 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,260 ✭✭✭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,241 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,241 Mod ✭✭✭✭L.Jenkins


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


  • Registered Users, Registered Users 2 Posts: 3,000 ✭✭✭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