Последние посты

Laravel News
22 сент., 19:30
Live Stream: Building a Social Network in PHP in 48 Hours https://laravel-news.com/social-network-php-48-hoursLaravel NewsLive Stream: Building a Social Network in PHP in 48 HoursNuno Maduro, Brent Roose, and Matthieu Napoli spent two days at the JetBrains office building a full social network in PHP, and recorded all of it.
Laravel News
22 сент., 13:15
Health for Laravel: Kubernetes Probes and Prometheus Metrics https://laravel-news.com/laravel-health-kubernetes-prometheusLaravel NewsHealth for Laravel: Kubernetes Probes and Prometheus MetricsHealth for Laravel adds Kubernetes liveness, readiness, and startup probes, a Prometheus metrics endpoint, and 10 built-in health checks to your app.
Laravel News
22 сент., 13:00
Fast Excel 5.x Adds Streaming Imports and Safer Exports https://laravel-news.com/fast-excel-5-xLaravel NewsFast Excel 5.x Adds Streaming Imports and Safer ExportsFast Excel 5.x adds lazy spreadsheet imports, chunk controls, column selection, and formula escaping for current Laravel applications.
Laravel News
21 сент., 13:00
What We Know About Laravel 14 https://laravel-news.com/laravel-14Laravel NewsWhat We Know About Laravel 14Laravel 14 is the next major release of the Laravel framework, expected in Q1 2027. Here is what we know about new features, PHP 8.4, and breaking changes.
Laravel News
21 сент., 12:50
Difflock: Lint Laravel Migrations and Diff Your Schema https://laravel-news.com/difflock-migration-linterLaravel NewsDifflock: Lint Laravel Migrations and Diff Your SchemaDifflock is a Laravel package that checks pending migrations for risky changes, records schema baselines, and can block them in CI.
Laravel News
18 сент., 13:00
Fresh Package: Laravel Package Skeleton with Testbench, CI, and Boost Integration https://laravel-news.com/fresh-package-laravel-package-skeletonLaravel NewsFresh Package: Laravel Package Skeleton with Testbench, CI, and Boost IntegrationFresh Package scaffolds a Laravel package with PHPUnit, Larastan, a Testbench workbench app, GitHub Actions, and an optional Vue frontend or AI skills.
Laravel News
17 сент., 13:15
Inertia DevTools Now Available for Firefox https://laravel-news.com/inertia-devtools-firefoxLaravel NewsInertia DevTools Now Available for FirefoxInertia DevTools, the panel for inspecting Inertia.js visits and props, is now on Firefox with the same features as the Chrome extension.
Laravel News
17 сент., 13:00
Laravel Scalpel Scans for Filesystem Intrusion Evidence https://laravel-news.com/laravel-scalpelLaravel NewsLaravel Scalpel Scans for Filesystem Intrusion EvidenceLaravel Scalpel scans Laravel filesystems for rogue PHP files, obfuscated backdoors, altered directives, environment issues, and file changes.1,410Открыть в Telegram
Laravel News
16 сент., 13:15
Mercure Broadcasting in Laravel 13.32 https://laravel-news.com/laravel-13-32-0Laravel NewsMercure Broadcasting in Laravel 13.32Laravel 13.32 adds a Mercure broadcast driver, Storage::copyToDisk() and moveToDisk(), enum support in queue pause/resume, and more.1,430Открыть в Telegram
Laravel News
16 сент., 13:00
Super Stack: Laravel Starter Kit With Filament and NativePHP https://laravel-news.com/nativephp-super-stackLaravel NewsSuper Stack: Laravel Starter Kit With Filament and NativePHPSuper Stack is an open-source Laravel starter kit from NativePHP with a Filament admin, a native mobile app, Sanctum, and a Laravel MCP server in one repo.
Laravel News
15 сент., 14:30
Laravel MCP 1.0 Is Released https://laravel-news.com/laravel-mcp-1-0Laravel NewsLaravel MCP 1.0 Is ReleasedLaravel MCP 1.0 ships protocol revision 2026-07-28, stateless servers, searchable tool catalogs, cache hints, and reworked OAuth with required PKCE.
Laravel News
15 сент., 14:00
Laravel Vet: Review Composer Code Before It Installs https://laravel-news.com/laravel-vetLaravel NewsLaravel Vet: Review Composer Code Before It InstallsLaravel Vet is a new first-party Composer plugin that shows you the code in every dependency update and records the packages you trust in vet.json.
Laravel News
15 сент., 13:00
What's New in PHP 8.6 https://laravel-news.com/php-8-6Laravel NewsWhat's New in PHP 8.6PHP 8.6 arrives November 19, 2026 with partial function application, a clamp() function, a Duration class, readonly property defaults, and new deprecations.
Laravel News
14 сент., 13:30
Building EasyReply: How We Used Laravel to Unify Customer Support https://laravel-news.com/easyreply-laravel-shared-inboxLaravel NewsBuilding EasyReply: How We Used Laravel to Unify Customer SupportEasyReply pulls email, Slack, Instagram, and WhatsApp into one AI shared inbox, built on Laravel with Reverb, Inertia, React, and queues.
Laravel News
14 сент., 13:00
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum https://laravel-news.com/vacuum-laravel-postgresql-monitoringLaravel NewsPostgreSQL Monitoring and Schema Linting for Laravel with VacuumVacuum checks PostgreSQL in Laravel apps for bloat, wraparound, and unused indexes, and flags unindexed foreign keys in migrations during CI.
Laravel News
11 сент., 13:00
PayZephyr: One Payment API for Stripe, Paystack, and PayPal https://laravel-news.com/payzephyrLaravel NewsPayZephyr: One Payment API for Stripe, Paystack, and PayPalPayZephyr gives Laravel one payment API across Stripe, PayPal, Paystack, Flutterwave, and four more, with failover and double-charge protection.
Laravel News
10 сент., 17:10
Bifrost Turns One With AI Builds and New Workflows https://laravel-news.com/bifrost-first-anniversaryLaravel NewsBifrost Turns One With AI Builds and New WorkflowsBifrost marks its first year and 10,000 successful builds with an MCP server, automated workflows, managed credentials, and AI build diagnoses.
Laravel News
10 сент., 13:15
Preview Blade Templates in macOS Finder with Quick Blade https://laravel-news.com/quick-bladeLaravel NewsPreview Blade Templates in macOS Finder with Quick BladeQuick Blade is a free macOS Quick Look extension that renders .blade.php files in Finder with your layout, compiled CSS, and stand-in data.
Laravel News
10 сент., 13:00
Artisan Debugging Commands in Laravel Telescope 5.24.0 https://laravel-news.com/laravel-telescope-5-24-0Laravel NewsArtisan Debugging Commands in Laravel Telescope 5.24.0Laravel Telescope 5.24.0 adds two Artisan commands for inspecting recorded entries from the terminal and cancels stale dashboard requests during navigation.1,590Открыть в Telegram
Laravel News
9 сент., 13:00
Queue totalSize() and JobInterrupted Event in Laravel 13.31 https://laravel-news.com/laravel-13-31-0Laravel NewsQueue totalSize() and JobInterrupted Event in Laravel 13.31Laravel 13.31 adds Queue::totalSize() to count every job on a connection, a JobInterrupted event, and chaperone support for BelongsToMany pivot models.
