Toolkit is a community catalog of small, independently installable tools for the Laravel AI SDK, covering math, read-only database queries, and web search, research providers, and more. The post Toolkit: Reusable AI Tools for the Laravel AI SDK appeared first on Laravel News. Jo…
Top signals
- 1 danielmiessler/SecLists 71.9k
- 2 coollabsio/coolify 57.7k
- 3 laravel/framework 34.8k
- 4 filamentphp/filament 31.3k
- 5 symfony/symfony 31.1k
Fastest rising
- 1 danielmiessler/SecLists 71.9k
- 2 coollabsio/coolify 57.7k
- 3 nextcloud/server 36k
- 4 laravel/framework 34.8k
- 5 filamentphp/filament 31.3k
Blogs
11h agoLaracon US 2026 has announced its complete speaker lineup for July 28-29 in Boston, headlined by Taylor Otwell, Aaron Francis, Nuno Maduro, and Kent C. Dodds. The post Laracon US 2026 Reveals Its Full Speaker Lineup appeared first on Laravel News. Join the Laravel Newsletter to …
JetBrains and The PHP Foundation have launched the first State of PHP survey, gathering data on how PHP developers work, what tools they use, and where the language should go next. The post The State of PHP 2026 Survey Is Now Open appeared first on Laravel News. Join the Laravel…
Laradocs turns markdown files committed alongside your code into a served documentation site at /docs, with folder-based navigation, front-matter metadata, and content reuse via variables and macros. The post Version-Controlled Documentation Inside Your Laravel App with Laradocs…
Laravel 13.15.0 adds typed translation accessors, JSON Schema deserialization, a dedicated Cloud queue driver, and security fixes for date validation and route unserialization. The post Typed Translation Accessors in Laravel 13.15.0 appeared first on Laravel News. Join the Larav…
The PHP development team announces the immediate availability of PHP 8.4.22. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.22 please visit our downloads page, Windows source and binaries can also be found …
The PHP development team announces the immediate availability of PHP 8.5.7. This is a bug fix release. All PHP 8.5 users are encouraged to upgrade to this version. For source downloads of PHP 8.5.7 please visit our downloads page, Windows source and binaries can also be found th…
This week, we celebrated the SymfonyOnline June 2026 conference. In addition, we published a new case study showcasing how Symfony helps power the rental real estate market. Lastly, we continued publishing articles about new features in Symfony and Twig. Symfony development high…
In addition to the main features announced in previous posts of this series, Symfony 8.1 includes many smaller improvements that make day-to-day work easier. This post highlights the first batch. Convert Between UUIDv7 and UUIDv4 Contributed by Nicolas Grekas in #63593 UUIDv7 id…
Contributed by Fabien Potencier in #4131 , #4134 , #4135 , #4141 , #4153 , #4169 and #4251 The for tag has been part of Twig since the very first release, back in 2009, and its loop variable has barely changed since. Seventeen years is a long time. For Twig 4.0, I rebuilt the wh…
Symfony 8.1 includes many small features and improvements across different components. This is the second article in the series that highlights some of the most useful DX (developer experience) improvements. Map Request Headers to Controller Arguments Contributed by Steven RENAU…
.cls-1{fill:currentColor;}.cls-2{fill:#63af5e;}.cls-3{fill:#2e854a;} TreeHouse powers two of the largest real estate marketplaces in the Netherlands: huurwoningen.nl and pararius.nl. Both sites host over 2 million unique monthly visitors. Treehouse is maintained by a team of 40 …
Every Symfony release ships dozens of small developer experience (DX) improvements that make day-to-day work more pleasant. This article highlights some of those improvements in Symfony 8.1. Copy Requests as cURL Commands Contributed by Sylvain Combraque in #62320 When debugging…
To wrap up an amazing lineup, SymfonyOnline June 2026 will stream its final expert sessions live online on June 12, 2026. 🎤 Speaker announcement! Don't miss Nicolas Grekas for the talk "Reconfiguring Symfony in real time with sidekicks": "PHP was long designed as a strictly stat…
The wait is over! SymfonyOnline June 2026 is coming to you live online on June 11-12, 2026, featuring an incredible lineup of expert speakers. 🎤 Speaker announcement! We are thrilled to welcome Kévin Dunglas with his talk "Coding at the speed of thought: Symfony DX in 2026": "Fo…
Join web developers from all over the world this week for SymfonyOnline June 2026, broadcasting live on June 11-12, 2026. 🎤 Speaker announcement! We are thrilled to welcome Hubert Lenoir with his talk "Dealing with audit logs": "Audit logs are essential for compliance, debugging…
Together with The PHP Foundation, we’re embarking on an exciting expedition – the first annual State of PHP census that aims to tally the elePHPant population across the world. Come join us! Take the survey With the help of the community, we’ve designed a comprehensive survey th…
Subscriptionify is a gateway-agnostic Laravel package for modeling plans, features, usage quotas, and optional overage billing without tying your application to a specific payment provider. The post Subscriptionify: Feature-Based Subscription Management for Laravel appeared firs…
In November 2019, at SymfonyCon Amsterdam, I published "Symfony 5: The Fast Track"; a book that teaches Symfony the way I like to learn: by building a real application, one Git commit at a time, from the very first composer install to production deployments, performance profilin…
In addition to the main features announced in previous posts of this series, Symfony 8.1 includes many smaller improvements that make day-to-day work easier. This post highlights a second batch of them. Build Semaphores on Any Lock Backend Contributed by Alexander Schranz in #59…
Contributed by Fabien Potencier in #4813 , #4816 , #4817 and #4819 The sandbox is the part of Twig you reach for when you let people you don't trust write templates: a CMS where users edit their own pages, an email builder, a notification system driven by customer-provided snipp…
Contributed by Fabien Potencier in #63778 A new generation of terminal tools (AI coding assistants, log viewers, interactive dashboards, file managers, etc.) share something the Console component was never meant to do: render a full-screen interface that redraws in place and rea…
Earlier this week, I announced the Symfony 8.1 edition of The Fast Track. If you made it to the end of that post, you read that the book was available in five languages. That line is already out of date, and I could not be happier about it. The Symfony 8.1 edition is now availab…
LaraOwl is an open-source, self-hosted observability platform for Laravel that tracks requests, exceptions, queries, and jobs, with a client package that ships telemetry to a server you run yourself. The post LaraOwl: Self-Hosted Monitoring for Laravel Applications appeared firs…
Filament Storage Monitor is a plugin that adds a dashboard widget for monitoring server disk usage across multiple partitions, with custom labels, health-based coloring, and per-disk authorization. The post Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard …
Contributed by Fabien Potencier in #4543 , #4550 , #4578 and #4775 In 1973, Vaughan Pratt published "Top Down Operator Precedence", a paper describing a parsing technique so simple it almost feels like cheating. Half a century later, that algorithm is the new heart of Twig. If y…
Laravel 13.16.0 adds an artisan dev command for running development processes, a whenFilledEnum request method, withCookies on all responses, and an array maintenance mode driver for parallel testing. The post The artisan dev Command in Laravel 13.16.0 appeared first on Laravel …
Jason McCreary joined the Laravel Creator Series to walk through how we used his Fast Laravel practices and Cloudflare to cache Laravel News, a high-traffic site whose content changes all day. The post How We Cached Laravel News at the Edge with Fast Laravel appeared first on La…
Every developer has tools they rely on daily. The workflows they’ve built around them, the ways they’ve learned to move faster, debug smarter, and write better code – that kind of hands-on experience can be hard to put into words. We’re collaborating with LinkedIn to…
Lattice is a server-driven UI framework for Laravel that lets you define pages, forms, and tables in PHP and renders them as typed React components over Inertia. The post Lattice: Describe Inertia UIs in PHP appeared first on Laravel News. Join the Laravel Newsletter to get all …
GitHub
11h agoSecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
☁️ Nextcloud server, a safe home for all your data
Laravel is a web application framework with expressive, elegant syntax.
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
Free and open source laravel eCommerce platform
Personal CRM. Remember everything about your friends, family and business relationships.
Firefly III: a personal finances manager
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
The classic email sending library for PHP
Empowering People Ethically 🚀 — Matomo is hiring! Join us → https://matomo.org/jobs Matomo is the leading open-source alternative to Google Analytics, giving you complete control and built-in privacy. Easily collect, visualise, and analyse data from websites & apps. Star us on GitHub ⭐️ – Pull Requests welcome!
Sends your logs to files, sockets, inboxes, databases and various web services
《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Yii 2: The Fast, Secure and Professional PHP Framework
A free open source IT asset/license management system
PHP Static Analysis Tool - discover bugs in your code without running it!
A pure PHP library for reading and writing spreadsheet files
QloApps is a Free and Open-source hotel management and reservation system to take a hotel business online. QloApps offers a Property Management System (PMS), a Booking Engine, and an attractive Hotel Website. Elevate hotel operations with QloApps to streamline processes and provide an enhanced experience for both hoteliers and guests.
A tool to automatically fix PHP Coding Standards issues
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
Trendshift
11h agoDeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms
A comprehensive dataset of 433 fitness exercises. Each entry includes name, category, target muscle group, equipment, instructions, thumbnail image, and animation video.
Terminal coding agent that turns DeepSeek-V4's cache economics into capability — trustworthy memory (re-verified against your code), robust long tasks. MIT.
Google Cloud Knowledge Catalog Tools and Samples
The living ecosystem for AI agents learning from real-world work through iterative loops and training-signal exchange.
git push no-mistakes
A native macOS app for Apple's Container CLI
基于 AI Agent + MCP 工具链 + 渗透 Skill 编排, 配合大语言模型, 自然语言输入 → 自动完成「信息收集 → 漏洞发现 → 漏洞利用 → 报告生成」全流程。
OpenWiki is a CLI that writes and maintains agent documentation for your codebase.
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Open source alternative to Semrush and Ahrefs
Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents
Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.
An open source design system that's fully customizable and agent ready
A framework for building agent-native applications.
Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.
逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端
A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out lulz
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.
Joomla 3.x development continued to ensure code security and support modern PHP versions
A sleek, zero-setup torrent finder and downloader that lives right in your terminal.
loc567 是一款完全开源免费的纯网页端iOS模拟定位工具。在线体验地址:https://loc567.com
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
FastContext: Training Efficient Repository Explorer for Coding Agents
真实人生决策筛选器,当你面对人生重大决策时,帮你找到最符合你当下情况的播客/B站视频
Telegram
11h agoPHPverse 2026 🎉🐘Трансляция из офиса JetBrains в Амстердаме в прямом эфире прямо сейчас закончилась. Запись скоро выложимhttps://www.youtube.com/watch?v=NR9L0zwXJq4
🎙 PHPverse возвращается – 9 июня, 14:00 (11:00 UTC)https://lp.jetbrains.com/phpverse-2026/Вторая бесплатная онлайн PHP конференция от JetBrains. В прошлом году ее посмотрели больше 55 000 разработчиков, на пике в эфире было 2 500 человек одновременно. Как будет проходитьВсе спик…
Swoole AOT переименовали в TypePHPhttps://mp.weixin.qq.com/s/eGrSd2g-88I4jm6KIdecSw Пока дженерики не проходят голосование, у нас продолжение истории про Swoole-компилятор (писал раньше). Теперь они официально переименовали Swoole AOT в TypePHP. В целом вскользь об этом писали у…