Laravel 10.24 Released
This week, the Laravel team released v10.24 with job fake updates, a string position helper, migration table name guessing improvements, and more. While we highlight new features in each release,...
View ArticleLaravel is looking to hire for video and educational content
This week, Taylor announced he's looking to expand the Laravel team with a new video creator: This could be your chance if you've ever wanted to get your foot in the door at Laravel Inc. But you will...
View ArticlePail is an experimental package to tail logs
Nuno Maduro shared an experimental Artisan package to provide an effortless way to tail logs in your Laravel applications: I want to emphasize again that Nuno shared Pail this week in a very early...
View ArticleManage a User's Browser Sessions in Laravel
The Browser Sessions Laravel package by Chris Mellor enables users to manage and monitor their active browser sessions. Using this package, you can see user sessions that are active on other devices...
View ArticleLaravel Bootcamp now has a Livewire track
Laravel Bootcamp, the choose your adventure, style learning site, added support for Laravel Livewire. Before this update, Laravel Bootcamp had already supported a broad array of technologies,...
View ArticleWirebox: Your Livewire Playground Awaits
Experience Laravel Livewire component development like never before, from your browser, with Wirebox by Philo Hermans. <iframe width="560" height="315"...
View ArticleLaracon EU tickets are now on sale
Laracon EU is returning to Amsterdam on Feb 5-6, 2024, and tickets are now on sale! Learn from the best about everything Laravel. You will be inspired by new tech, fresh ideas, and the chance to...
View ArticleLaravel 10.25 Released
This week, the Laravel team released v10.25 with exception throttling, a Str::take() method, and more. Laravel saw plenty of fixes, updates, and typo fixes this week, which is always appreciated from...
View ArticleRemove "final" keywords from classes and methods in vendor packages with...
Unfinalize by Steve Bauman just released v1, and those release notes are worth a minute of your time. Unfinalize is a package that uses PHP CS Fixer to permanently remove final keywords from composer...
View ArticleForm Request Tester Package for Laravel
The Laravel Form Request Tester package is a collection of helpers that help test form requests. There are various ways to test form requests, either directly or through HTTP tests, that validate the...
View ArticleUser Monitoring Package for Laravel
Monitor your users and their activity with the Binafy User Monitoring package for Laravel. It tracks user page visits, actions, and login/logout out of the box. For example, using this package's...
View ArticleWelcome to the next version of Laravel News
I announced back at Laracon US that I was going to go full-time on Laravel News, and one of the first things I wanted to accomplish was to rebuild the site with a fresh design. I'm happy to report...
View ArticleUsing Laravel Livewire's "wire:navigate" with Fathom Analytics
We use Fathom Analytics here on Laravel News, and we use the wire:navigate feature to prevent full browser page reloading, but in the process, we discovered a side effect of not allowing analytics to...
View ArticleConsuming APIs In Laravel is Now Available! 🎉
You've built a great app, but now your users want more power. Maybe they want their monthly reports to be sent to their accounting software. Perhaps they need to automatically create new tasks in...
View ArticleGitHub Contributions Generator
Here is a fun little tool created by Sallar & friends to see all your GitHub contributions in one image. You can choose your theme and enter your GitHub username, and the app will generate a...
View ArticleLaravel 10.26 Released
This week, the Laravel team released v10.26 with a search feature for the Artisan vendor:publish command, array cache expiry updates, more. This week was a smaller release, but we get an excellent...
View ArticleConfigure and Display a Schedule of Opening Hours in PHP
Opening Hours is a PHP package by Spatie to query and format a set of business operating hours. You can use it to present the times per day and include exceptions for things like holidays and other...
View ArticleDesktop and Mobile User Agent Parser
The jenssegers-agent package is a desktop/mobile user agent parser with support for Laravel, based on MobileDetect. You can use this package in any PHP application, and it also provides a Laravel...
View ArticleTomato PHP
Tomato PHP is a new tool built on Laravel and Splade with tons of plugins and helpers to help build your app. Features of Tomato PHP include: SPA App With Blade CRUD Generator Web / API Support HMVC...
View ArticleSecuring Laravel APIs using DreamFactory
In the realm of Laravel development, securing APIs is paramount. DreamFactory, a Backend-as-a-Service platform, plays a crucial role in this environment by providing robust security mechanisms for...
View Article