Author: drweb

PHP

News 2025 年 7 月 30 日より PhpStorm のユーザー向けに Laravel Idea が無料になりました。 すでに Laravel Idea プラグインをインストールしているユーザーは、追加費用なしですべてのプラグイン機能を使用できるようになります。 Laravel Idea は PhpStorm ベースの最もスマートな Laravel 開発環境です。 Adel Faizrakhmanov が開発したこのプラグインは、JetBrains Marketplace で 150 万以上のダウンロード数を獲得し、Laravel 開発者の間で非常に重宝されています。 このプラグインは以下のようなさまざまな開発者生産性機能により、PhpStorm に組み込まれている Laravel のサポートを拡張します。 強力なコード生成機能 高度なルーティング、検証、リクエストフィールド、ゲートとポリシー、構成、翻訳、ビュー、およびその他多数の補完機能 Eloquent ORM に対する優れた理解力 全面的な Blade コンポーネントのサポート Livewire、Inertia.js、Dusk、Laravel モジュール、およびその他のサードパーティパッケージのサポート 「Laravel Idea を使い始めた頃は、このプラグインが PhpStorm にバンドルされるようになるとは思ってもいませんでした! それがついに 実現しました! Laravel 開発者に手が届きやすくなって非常に嬉しい限りです。 今後もチームメンバーと一緒にこれまでと同じように Laravel Idea に取り組んでいきたいと思います。 また、AI や Laravel のマジックのネイティブサポートなどの多くの機能について、PhpStorm チームと緊密に連携していく予定です。」 Adel FaizrakhmanovLaravel Idea の作者 PhpStorm に Laravel Idea プラグインをインストールするには、Settings(設定)| Plugins(プラグイン)に移動し、Marketplace タブでプラグインを検索してください。 インストールが完了したら、Settings(設定)| Languages & Frameworks(言語とフレームワーク)| Laravel Idea でプラグインの設定を構成できます。 Laravel 開発に PhpStorm IDE を使用する理由 PhpStorm は Laravel が推奨する Laravel プロジェクト用のツールです。 Laravel Idea プラグインとは別に、PhpStorm は以下のような開発者生産性機能を Laravel 開発者向けに初期状態で提供しています。 業務タスクに使用できる JetBrains…

Read More
PHP

Tutorials The Model Context Protocol (MCP) is an open standard introduced by Anthropic. Think of it as a USB-C port for AI: a consistent way to plug the AI models your AI agent uses into specific tools and data sources. You can connect Junie, the AI coding agent by JetBrains, to a wide variety of officially provided or community-built MCP servers, or build your own MCP server using one of the available SDKs – including the brand-new MCP PHP SDK. About the MCP PHP SDK MCP SDKs are lightweight frameworks that handle the protocol details so that developers can focus…

Read More
PHP

News At JetBrains, we want the PHP community to shine. First and foremost, we do this by building PhpStorm, the best IDE for PHP development; but we also support and help drive the PHP Foundation; have just organised PHPverse, accessible for everyone worldwide; and recently we made the Laravel Idea plugin free for all. On top of that, we support open-source projects that we believe impact the PHP community or have the potential to do so, and which will benefit from our financial support. Our support includes free PhpStorm licenses for active open source maintainers, but also financial sponsorships. With…

Read More
PHP

News The State of PHP 2025 examines how developers use, prefer, and rely on PHP, showing how this long-standing web language continues to modernize through new frameworks, improved tooling, and AI-assisted workflows. In this report, we present findings from the Developer Ecosystem Survey 2025. Alongside the numbers, you’ll also hear commentary from Brent Roose, JetBrains Developer Advocate for PHP, and insights from other community experts explaining what’s shaping PHP today and where the ecosystem is heading. If you’d like to see what the ecosystem looked like just a year ago, check out the State of PHP 2024. Participants This year,…

Read More

theCUBE Research economic validation of Docker’s development platform Docker’s ROI and its impact on agentic AI, security, and developer productivity. An independent study by theCUBE Research. theCUBE Research surveyed ~400 IT and AppDev professionals at leading global enterprises to investigate Docker’s ROI and its impact on agentic AI development, software supply chain security, and developer productivity.  The industry context is that enterprise developers…

Read More

Amy Carrillo Cotten shares her perspective on how DevOps teams are evolving in an era defined by AI acceleration, rapid release cycles, and shifting engineering priorities. Drawing from her experience leading engineering transformation initiatives, Cotten emphasized that while automation continues to drive efficiency, true DevOps maturity still depends on people, processes, and the right mindset. […]

Read More

Do you ever wish security would stop blocking the tools you need to do your job? Surprise: your security team wants the same. There you are, just trying to get your work done, when… You need an AI to translate documentation, but all the AI services are blocked by a security web monitoring tool. You finish coding and QA for a new software version just under the wire, but the release is late because security has not reviewed the open source software and libraries included. Your new database works perfectly in dev/test, but it does not work in production because…

Read More
SQL

Accelerated database recovery was introduced in SQL Server 2019 and provides fast recovery, instantaneous transaction rollback, and aggressive log truncation. A complete overview of how ADR achieves this is documented here.Now in SQL Server 2025 we can switch on ADR for tempdb! Ok, so the fast recovery part isn’t applicable for tempdb…but the instantaneous transaction rollback and aggressive log truncation 100% are! So let’s have a look at what happens when we switch ADR for tempdb in SQL Server 2025.Before we run through the test, let’s check how much tempdb log space is in use: – USE [tempdb]; GO SELECT…

Read More

The rapid pace at which quantum computing is evolving is unprecedented, which is both good and bad news. While quantum computers can help solve complex problems at unimaginable speeds, they can also pose a serious threat to cryptographic algorithms that govern most modern security solutions.  Did you know that only 5% of enterprises around the […]

Read More