View Third-party Relations in model:show - Now Available in Laravel 11.11 https://laravel-news.com/laravel-11-11-0
Laravel News
View Third-party Relations in model:show - Now Available in Laravel 11.11 - Laravel News
This week, the Laravel team released v11.11, with support for third-party relations in the model:show command, new Collection methods, Cache events, and more.
❤4
Running a Single Test, Skipping Tests, and Other Tips and Tricks https://laravel-news.com/run-single-tests-skip-tests-phpunit-and-pest
Laravel News
Running a Single Test, Skipping Tests, and Other Tips and Tricks - Laravel News
Inspired by Pest creator Nuno Maduro's post about the ->only() method in PestPHP, I've collected tips and tricks for PHP developers to efficiently isolate, skip, and iterate on tests.
👍8
SQLite Studio is a SQLite Database Explorer https://laravel-news.com/sqlite-studio
Laravel News
SQLite Studio is a SQLite Database Explorer - Laravel News
SQLite Studio is a single-file binary, single-command SQLite database explorer.
🔥36🤯2❤1🖕1
A Lightweight Cart Package for Laravel https://laravel-news.com/laravel-cart-package
Laravel News
A Lightweight Cart Package for Laravel - Laravel News
The binafy/laravel-cart package adds the ability to add shopping cart functionality to Laravel applications. It simplifies storing and managing cart items, supports storing multiple item types, and more.
❤9👍1
The June 2024 Laravel Worldwide Meetup is Today https://laravel-news.com/laravel-worldwide-meetup-june-2024
Laravel News
The June 2024 Laravel Worldwide Meetup is Today - Laravel News
The next Laravel Worldwide Meetup is today, featuring Katerina Trajchevska and Felipe Flor. The meetup begins live on YouTube at 16:00 UTC.
❤8👍1
Artisan
make Commands Automatically Chop .php Extension in Laravel 11.12 https://laravel-news.com/laravel-11-12-0Laravel News
Artisan `make` Commands Automatically Chop `.php` Extension in Laravel 11.12 - Laravel News
This week, the Laravel team released v11.12, which includes a multiply collection method, automatically chopping the .php extension in make:* commands, and more.
👍5👎2🗿2
Laravel collections now include a "multiply" method
https://www.youtube.com/watch?v=AWvXjUnUdw8
https://www.youtube.com/watch?v=AWvXjUnUdw8
YouTube
Laravel collections now include a "multiply" method
Patrick O'Meara contributed a multiply() method to Laravel collections, which multiplies the items in the collection. It works by multiplying the existing values on the collection x number of times.
Read More about Laravel 11.12:
https://laravel-news.com/laravel…
Read More about Laravel 11.12:
https://laravel-news.com/laravel…
🥱11👍4💩1👌1
Behind the Code: A Discussion with Backend Experts including Taylor Otwell https://laravel-news.com/behind-the-code
Laravel News
Behind the Code: A Discussion with Backend Experts including Taylor Otwell - Laravel News
Hear experts chat through the latest trends, technologies, and what’s next for backend development
Build Tables Based on Eloquent Models with Inertia Table https://laravel-news.com/inertia-table
Laravel News
Build Tables Based on Eloquent Models with Inertia Table - Laravel News
Inertia Table is the ultimate table for Inertia.js that makes is super easy to build tables based on your Eloquent models. Pass a model and let Inertia Table do the heavy lifting.
🔥9
Adding Real Time Chat to Laravel Using Reverb & Vue https://laravel-news.com/laravel-real-time-chat
Laravel News
Adding Real Time Chat to Laravel Using Reverb & Vue - Laravel News
Learn to add real time chat to your Laravel apps using Reverb & Vue 3
👍19🔥1🥰1
New String Helpers and ServeCommand Improvements in Laravel 11.14 https://laravel-news.com/laravel-11-14-0
Laravel News
New String Helpers and ServeCommand Improvements in Laravel 11.14 - Laravel News
The Laravel team released v11.13 mid-week last week and v11.14 this week. These releases add new string methods like chopStart() and chopEnd(), Commonmark extension support with Laravel's String markdown method, and more.
👍7🌚1
Build Custom Admin Panels With Backpack for Laravel https://laravel-news.com/laravel-backpack
Laravel News
Build Custom Admin Panels With Backpack for Laravel - Laravel News
Backpack for Laravel is a collection of packages which allows you to create admin panels for any web app quickly. It provides a set of useful packages divided into three categories that will make the process of creating a highly customizable admin panel easier.…
💩18❤3
Laravel Error Solutions on the Default Exception Page https://laravel-news.com/laravel-error-solutions
Laravel News
Laravel Error Solutions on the Default Exception Page - Laravel News
The Laravel Error Solutions package by Spatie brings back solutions for the most common errors users face to the default Laravel error page.
❤8😍3
Laravel Rest Api now supports Laravel Scout https://laravel-news.com/laravel-rest-api-scout
Laravel News
Laravel Rest Api now supports Laravel Scout - Laravel News
The Laravel Rest Api adds a native integration of Laravel Scout
👍5❤1👎1
Manage Roles and Permissions in Filament with Hex Lite https://laravel-news.com/filament-hexa-lite
Laravel News
Manage Roles and Permissions in Filament with Hex Lite - Laravel News
Filament Hexa Lite is an effortless role and permission plugin for Filament. The plugin provides an admin-only UI to manage different user roles.
👍6❤3
Generics Added to Eloquent Builder in Laravel 11.15 https://laravel-news.com/laravel-11-15-0
Laravel News
Generics Added to Eloquent Builder in Laravel 11.15 - Laravel News
The Laravel team released v11.15 this week, which includes improvements to the make:mail command, support for setting mime types on attachments with Resend, database migration updates, and more.
🔥18
PHP 8.4 Alpha 1 is now out! https://laravel-news.com/php-84-alpha-1
Laravel News
PHP 8.4 Alpha 1 is now out! - Laravel News
The first release of PHP 8.4 is now available and ready for testing
❤17🔥8👍3😨2👏1
How to Redirect Uppercase URLs to Lowercase with Laravel Middleware https://laravel-news.com/redirect-uppercase-urls-to-lowercase
Laravel News
How to Redirect Uppercase URLs to Lowercase with Laravel Middleware - Laravel News
Learn how to redirect all requests that contain uppercase letters to their lowercase equivalents for SEO optimization.
👍6😱4