wrk – a HTTP benchmarking tool

5 years ago

wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It…

A new missing() callback for resource routes and a StringEncrypter interface are now in Laravel 8.33

5 years ago

The Laravel team released 8.33 with the ability to define a missing() callback for resource routes, and a StringEncrypter interface.…

Laravel Octane

5 years ago

Taylor Otwell gave Laracon Online 2021 attendees a first glimpse of Laravel Octane. Here's everything we learned from his demo.…

Get the Laracon Online Schedule in Your Timezone

5 years ago

Laracon Schedule gives you the Laracon Online schedule in your local timezone. The post Get the Laracon Online Schedule in…

Laracon Online is Tomorrow

5 years ago

Laracon Online 2021 is coming to you live tomorrow March 17th, 2021! No hotels, no airfare, just signup and spend…

Learn how to use Tailwind’s JIT compiler with Laravel Mix

5 years ago

Learn how to use Tailwind's new super fast JIT, just in time, compiler with Laravel Mix. The post Learn how…

Manage Scheduled Tasks Through a Dashboard

5 years ago

Laravel Database Schedule is a package to schedule tasks through a UI dashboard without having to redeploy your application. The…

Duplicate or Clone a database record with Laravel

5 years ago

Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which…

PHP 8 has been released. What’s new in PHP 8?

5 years ago

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union…

How to fix git error the fatal refusing to merge unrelated histories?

5 years ago

While working on a project, I tried to pull code and got git error “fatal refusing to merge unrelated histories”.…