home.social

#phpstorm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phpstorm, aggregated by home.social.

  1. Beim Vereinbarkeitsatlas konnten wir am Wochenende auf dem Weg der Normalisierung ein paar wichtige Tickets schließen. Der Mentor und wir sind zwar noch ein gutes Stück vom Ziel entfernt, aber es wird. Und der neue Techstack hilft ungemein.

    #Doctrine #phpstorm #MAMP

  2. #Psalm für #PHP kannte ich noch nicht. Gibt dafür sogar eine Integration in #PHPStorm

  3. @j9t

    Hello Jens,

    Thanks again – I used your discount code for JetBrains, PHPStorm today 👍

    As I'm a fan of KirbyCMS and use LaravelHerd for local websites, I needed an IDE that included PHP.

    At first, I thought that more than 200 EUR/year for both (WebStorm and PHPStorm) was too expensive...

    It took me a moment to find the following information:
    jetbrains.com/products/compare

    Then I went for it 😉

    #JetBrains #PHPStorm #WebStorm #KirbyCMS #LaravelHerd

  4. Between brew, laravel valet and php monitor, could it be any easier to develop on macOS? PHPStorm as my IDE. Multiple versions of PHP at your finger tips. This is my setup, what is yours?

    #laravel #pho #phpStorm #macOS #brew

    #

  5. #Djot markup for #PHPStorm IDE etc: github.com/php-collective/djot Auto detects the .djot files and renderes the preview. Can use the #PHP lib to render exactly what would render out online.

  6. Список 10 лучших IDE и редакторов кода для веб‑разработчиков

    Веб-разработка — одна из самых динамично развивающихся областей IT. Чтобы работать эффективно и создавать качественный код, важно выбрать правильный инструмент. В данной статье мы рассмотрим 10 лучших IDE и редакторов кода, которые помогут веб-разработчикам ускорить процесс, улучшить качество проектов и сделать повседневную работу удобнее и приятнее. Если вам нравится IT-тематика и полезные советы, заглядывайте в мой Telegram-канал . Там я часто публикую свежие новости и разные полезности. А теперь давайте перейдём к сути статьи. Писать код можно даже в обычном текстовом редакторе — ничто не мешает создать простой сайт в «Блокноте» и сохранить его с расширением .html. Но для более удобной и быстрой работы рекомендуется использовать интегрированные среды разработки (IDE) или продвинутые редакторы.

    habr.com/ru/articles/964448/

    #ide #текстовый_редактор #системное_программирование #софт #редактор_кода #редактор #visual_studio #visual_studio_code #spyder #phpstorm

  7. Is this #PSR4 setup wrong? It works perfectly, but #PhpStorm is unable to create test classes in the correct namespace. For a class inside "tests/Application" it will generate "namespace Application;" when I expect "namespace Acme\Tests\Application;".

    {
    "autoload": {
    "psr-4": {
    "Acme\\": "src/Acme/"
    }
    },
    "autoload-dev": {
    "psr-4": {
    "Acme\\Tests\\": "tests/"
    }
    }
    }

    #php

  8. Nouvelle version de PhpStorm dispo ! Support amélioré de PHP 8.x, performances revues à la hausse, meilleures intégrations Symfony/Laravel, refactorings plus intelligents, et plein de petites améliorations pour le confort des devs.

    Le récap complet ici : jetbrains.com/phpstorm/whatsne

    #PhpStorm #PHP #DevWeb #IDE #Symfony #Laravel #CodeQuality

  9. When you need the current timestamp (like in TYPO3 where timestamps are used as exception codes), you can create a custom live template in PhpStorm that inserts the current timestamp. Very helpful.

    rudyisme.com/item/shortcut-to-

    #TYPO3 #PhpStorm #timestamp

  10. Meta Storm Plugin – еще один плагин для PHPStorm

    Логично ведь, что если ты пишешь функцию, которая должна принимать значение из набора, то нужно показать этот набор. А может еще и свалидировать ошибку. А еще и провалиться внутрь по CTRL+Click. А еще и обратный референс найти. Ну и рефакторинг общий сделать, раз уж разошлись. Ребята делающие плагины под свои технологии молодцы, но как мне сделать то же самое с моим MyClass::readFile('users.csv') ? А если нужно подсказать свойства текущей модели $model->getAttributeLabel('id') ? А если я хочу сделать подсказки в query builder? Да и вообще, зачем мне еще один плагин, PHPStorm ведь и без него справлялся годами? Узнать подробнее

    habr.com/ru/articles/868898/

    #php #intellij #plugin #intellij_platform #developer_experience #phpstorm

  11. PHP Annotated – September 2024

    - 🚀 #Laravel Raises $57M Series A: #Laravel received a $57 million investment from #Accel.

    - 🆕 #PHP 8.4 Beta 4 Released: New features include Property Hooks, Asymmetric Visibility, Lazy Objects, and new array functions.

    - ❌ #Composer 1.x Support Ending: #Packagist.org will shut down support for #Composer v1 by August 2025.

    - ⚙️ #PhpStorm 2024.2 Released: New features like log file support, terminal completion, and a floating toolbar.

    - 💡 RFCs for #PHP 8.4:

    - Asymmetric Visibility: Public for reading, private for setting.

    - Lazy Objects: Deferred initialization until property access.

    - Transform exit() to a standard function.

    - ❤️ Community Support for #JoeWatkins: Fundraiser for Joe Watkins, a key #PHP community member facing severe health issues.

    - 🔮 AI in #PHP: Packages like #TransformersPHP and #LLM Agents for integrating AI models and agents in #PHP environments.

    - 📅 Upcoming Conferences: Notable events include API Platform Conference, #CascadiaPHP, #Laracon AU, #SymfonyCon, and more.

    For the full details, visit the #PHP Annotated September 2024 edition on the #JetBrains website.

    blog.jetbrains.com/phpstorm/20

  12. Today marks the first time looking at #PHP #Opcode. Used #phpdgb which was already installed. Is there a better/preferred way? Perhaps @derickr PECL extension would be better? For the truly lazy me, I looked for a #PHPStorm plugin to view opcode in the IDE, but nothing came up. Is there such a thing, or CLI is the way to go? Thank you mastodon for surfacing this subject and giving me something to learn. Eons ago I studied 370360 assembler, it all seems vaguely familiar…

  13. Ich verfasse fast schon aus Gewohnheit README Dateien im #Markdown Format. Das Format ist ziemlich leicht schon mit einem Standard Texteditor zu schreiben, aber schöner ist es natürlich mit einem Preview, so wie zB #PhpStorm und andere Entwicklungsumgebungen dies machen.

    Wenn man aber einfach nur mal ein paar formatierte Notizen schreiben will, dann wäre so eine IDE ziemlich mit Kanonen auf Spatzen geschossen.. Deshalb habe ich gerade mal geschaut, was es da an leichtgewichtigeren Editoren gibt.

    Dabei fand ich #Typora. Der Editor ist tatsächlich extrem genial, denn hier ist Editor und Preview in einem View dargestellt! Beim Schreiben wandeln sich die Format Angaben gleich in Formatierungen um, und wenn man wieder auf den formatierten Bereich geht, sieht man wieder die Formatangaben und kann sie ändern. Zusätzlich kann man Formatangaben auch aus einem Kontextmenü anwenden. Das ist alles ziemlich genial, weil es die Simplizität von Markdown mit dem Komfort von WYSIWYG Editoren in einem View vereint.

    Typora kostet $15, aber wenn ich von dem auch nach der Testphase so begeistert bin, dann hole ich mir den auf jeden Fall!

    Gibt es hier weitere Markdown Fans? Und falls ja: Was nutzt ihr so?

    https://typora.io
  14. It took me two hours to figure out #PhpCSFixer within #Docker settings for #PHPStorm, so that all local #PHP dependencies are obsolete. But now it's working:
    github.com/helmutstrasser/phps

  15. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  16. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  17. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  18. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  19. Successfully upgraded MacBook 2021 M1 Pro to #Ventura. Everything running so far very well, like #DDEV with #mutagen, Docker Desktop, #PHPStorm and so on...
    DDEV needed an update, but no problem at all.