Posts marked with “laravel”

Interview with Scott Keck-Warren

by · August 25, 2021

0
 

Eric van Johnson and John Congdon interview Scott Keck-Warren, who wrote an article on Boosting User Perceived Performance with Laravel Horizon, in the August 2021 issue. Topics Covered Getting started programming with QBasic Working with PHP, Laravel, and picking up new languages. Scaling with queues and tasks to send surveys and synchronize data. The benefits […]

 

Community Corner: An Interview with Taylor Otwell

by · August 14, 2021

0
 

This month, we talk with the person behind the Laravel Framework, Taylor Otwell, who he is, and where he is taking Laravel moving forward. Laravel recently turned ten years old, and what a remarkable ten years it has been. Laravel has inspired its own industry with business, training, services, blogs, and podcasts built around and for the Laravel Framework.

 

Boosting User Perceived Performance with Laravel Horizon

by ·

0
 

Work queues allow us to perform slow or error-prone tasks outside of the current user’s request to improve their experience with our site. Instead of doing everything during a user’s request, we can offload expensive tasks like resizing images, sending emails, and generating PDFs. In this article, you’ll learn how we can use Laravel Horizon to speed up the response time […]

 

Going Serverless With Laravel Vapor

by · December 4, 2019

0
 

Recently, Taylor Otwell, the creator of Laravel, launched a new service for deploying your Laravel applications in AWS: Laravel Vapor. It doesn’t require maintaining servers or setting up your own AWS services, networks, or security group configurations. This article dives into what Vapor is, why you should consider going serverless, and how to deploy an […]

 

Interviews from php[world]: Cal Evans, Taylor Otwell, Samantha Quiñones, and Gary Hockin

by · October 28, 2019

0
 

Our crew sat down and snagged some interviews in the atrium at php[world] in Tyson’s Corner, Virginia.

 

The Workshop: What’s New in Laravel 6

by · October 2, 2019

0
 

September 2019 marks the release of the latest major version of Laravel: 6.0. Laravel 6 is also the new LTS (long term support) version of the framework. We’ll cover what’s new and different in version 6 and learn about the brand new error handling package: Ignition. One notable change is the requirement of PHP 7.2 […]

 

Containerizing Production PHP

by · June 5, 2019

0
 

Most developers are aware of Docker, containers, and their general use cases. Maybe you even run it on your local machine. If you’ve ever wanted to take your application, containerize it and run it in production, this article is for you. Building applications for a container world requires a new way of thinking and building […]

 

Building Bridges

by · March 25, 2019

0
 

In this Episode We’re trying a new format in this episode. Eric, John, and Oscar recorded together. Let us know what you think of the new format? Should we keep it? Topics Eric and John get a look behind the scenes into what goes into producing each magazine issue. Call for Writers – get feedback […]

 

Migrating Legacy Web Applications to Laravel

by · March 4, 2019

0
 

Thanks to Taylor Otwell’s Laravel framework, PHP is reclaiming its rightful place as the go-to language for web application development. For those of us maintaining and developing applications using legacy frameworks, the grass certainly looks greener on Laravel’s side. In this article, I show how to do an in-place migration from a legacy framework to […]

 

Maintaining Laravel Applications

by · November 2, 2018

0
 

As the creator of Laravel Shift I have a unique insight into Laravel applications. I’m super sensitive about sounding like a sale pitch. So, I don’t want to talk about Shift itself. I want to talk about the data derived from Shift and how that can be used to help you write more maintainable Laravel […]