Laravel 9.35 Released
The Laravel team released 9.35 with an exciting
Event Sourcing in Laravel | Laravel News
Event Sourcing is a term that has been getting more popular in the PHP community over the last few years, but it still remains a mystery to many developers. The questions are always how and why, and it is understandable.
Email Scheduler Package for Laravel
The Mailator package is an email scheduler for Laravel. It provides a lightweight package around configuring email schedules and templates based on application events: 1use BinarcodeLaravelMailatorTestsFixturesInvoiceReminderMailable; 2use BinarcodeLaravelMailatorTestsFixturesSerializedConditionCondition; 3 4BinarcodeLaravelMailatorScheduler::init('Invoice reminder.') 5 ->mailable(new InvoiceReminderMailable($invoice)) 6
Laravel 9.25 Released | Laravel News
The Laravel team released 9.25 with a new string method, mass updating model timestamps with the query builder, and more: Stringable "when not exactly" Anjorin Damilare contributed a whenNotExactly string method that will execute a given callback if the string is not
Profile Your Laravel Application With Xhprof
The laravel-xhprof package makes it easy to use Xhprof to profile your laravel application. This package includes profiling for your web application routes and the Artisan console.XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based
Zero Hassle CLI Application with Laravel Zero
How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer. Opening the browser going to the right page,
How I develop applications with Laravel
I get asked a lot about how you work with Laravel. So in this tutorial, I will walk through my typical approach to building a Laravel application. We will create an API because it is something I love doing. The API
JSON API Resources in Laravel
Building APIs in Laravel is a passion of mine, and I have spent a lot of time searching for the perfect way to return consistent JSON:API friendly resources so that I can find and use a standard. In the past, I
Laravel 9.24 Released | Laravel News
The Laravel team released 9.24 with new artisan "db" commands, a new built-in validation rule, restoring soft-deleted models without any events, and more: This week's Laravel 9.24 release includes several new "db" commands contributed by @jbrooksuk and @_joedixon ?Learn about them
Build WebSocket infrastructure in-house or outsource to the experts?
It's a tough question for many engineering decision makers. Many times, the easiest way to make a decision is to learn from peer experiences. This is why Ably surveyed over 500 engineering leaders: to understand the challenges they faced when building