Building Multiplayer Minesweeper with Laravel, Livewire and Reverb https://laravel-news.com/building-multiplayer-minesweeper-with-laravel-livewire-reverb
Laravel News
Building Multiplayer Minesweeper with Laravel, Livewire and Reverb - Laravel News
Building Multiplayer Minesweeper with Laravel, Livewire and Reverb, my first visit back to PHP in a decade
👍16❤2
TemPHPest PHP Extension for VSCode https://laravel-news.com/temphpest-php
Laravel News
TemPHPest PHP Extension for VSCode - Laravel News
TemPHPest is an extension for Visual Studio Code to improve writing PHP in VS Code. Created by Liam Hammett, this package adds rich PHP features that will enhance the experience tremendously while writing PHP.
👍18🔥1
Validate Console Command Input With the Command Validator Package https://laravel-news.com/validate-console-command-input-with-the-command-validator-package
Laravel News
Validate Console Command Input With the Command Validator Package - Laravel News
The Command Validator package by Andrea Marco Sartori makes validating the input of console commands a cinch using Laravel's beloved Validator. All the Laravel Validator rules you know and love work with this package!
🔥11
Fetch PHP is a Lightweight HTTP Library Inspired by JavaScript's fetch() https://laravel-news.com/fetch-php
Laravel News
Fetch PHP is a Lightweight HTTP Library Inspired by JavaScript's fetch() - Laravel News
Fetch PHP is a lightweight HTTP library inspired by JavaScript's fetch, bringing simplicity and flexibility to PHP HTTP requests.
👍12👎2
Serverless Search using Laravel and the Typesense Cloud https://laravel-news.com/serverless-search-laravel-typesense
Laravel News
Serverless Search using Laravel and the Typesense Cloud - Laravel News
Integrating search into a Laravel Application that includes AWS DynamoDB and Typesense
👍3👎2🔥1
The September 2024 Laravel Worldwide Meetup is Today https://laravel-news.com/laravel-worldwide-meetup-september-2024
Laravel News
The September 2024 Laravel Worldwide Meetup is Today - Laravel News
The next Laravel Worldwide Meetup is today, Tuesday, September 23rd at 16:00 UTC. Learn about building maintainable websites with Statamic and Reducing the Cost of Action: Ideas for Effective Teams.
👍4
A Deep Dive into Sessions in Laravel https://laravel-news.com/laravel-sessions
Laravel News
A Deep Dive into Sessions in Laravel - Laravel News
A Deep Dive into Sessions in Laravel
❤10👀2
Laravel 11.24 Released https://laravel-news.com/laravel-11-24-0
Laravel News
Laravel 11.24 Released - Laravel News
The Laravel team released v11.24 this week, with new shorthands for Process fakes, a nullOnUpdate() method for foreign key definitions, support for retrying multiple batch IDs when retrying jobs, and more.
❤9👍2😢2
PHP 8.4 Release Candidate 1 is here https://laravel-news.com/php-8-4-release-candidate-1
Laravel News
PHP 8.4 Release Candidate 1 is here - Laravel News
The PHP team announced the release of the first PHP 8.4 release candidate! Learn about the upcoming features available in the next version of PHP 8.
👍17❤1
LangCountry launches v4 https://laravel-news.com/langcountry-launches-v4
Laravel News
LangCountry launches v4 - Laravel News
Veresion 4 now includes adding Carbon Macros so you can use the LangCountry formatting directly on your Carbon instances. On most IDE's they're also autocompleted for convenience.
Split Log Levels Between Stdout and Stderr With Laravel https://laravel-news.com/split-log-levels-between-stdout-and-stderr-with-laravel
Laravel News
Split Log Levels Between Stdout and Stderr With Laravel - Laravel News
Learn how to split log levels between different log channels using Laravel and Monolog. Using the FilterHandler, you can configure a log channel to only send specific logs.
Laravel MongoDB releases version 5.0 https://laravel-news.com/laravel-mongodb-5-0
Laravel News
Laravel MongoDB releases version 5.0 - Laravel News
Version 5.0 of the official Laravel MongoDB integration is now available.
❤6💩5👍2🔥2
Laravel 11.26 Released https://laravel-news.com/laravel-11-26-0
Laravel News
Laravel 11.26 Released - Laravel News
The Laravel team released v11.26 this week, with the ability to gracefully stop a pool of processes, using Enums when defining Rate Limiting, an Artisan command to make Job Middleware and more.
Pest Route Testing Plugin for Laravel Applications https://laravel-news.com/pest-route-testing-plugin
Laravel News
Pest Route Testing Plugin for Laravel Applications - Laravel News
The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which routes to run, bind users to test routes, and more.