Community Articles

Why we need multi-line short closures in PHP - Post Image

Why we need multi-line short closures in PHP

PHP 8.1 is already taking shape quite well, yet there's one feature I'd love to see added, that's still being discussed: multi-line short closures.

Defining Default Password Validation Rules in Laravel - Post Image

Defining Default Password Validation Rules in Laravel

In Laravel 8.43, the Password Validation Rule Object now supports the ability to define default password rules you can use across your application.

Laravel

A package to watch for file system changes in PHP - Post Image

A package to watch for file system changes in PHP

The Spatie team has released a new package called file-system-watcher. As the name implies, this package can watch changes in the file system and let you act on those changes.

Find N+1 problems instantly by disabling lazy loading - Post Image

Find N+1 problems instantly by disabling lazy loading

In the next release of Laravel 8, you can strictly disable lazy loading entirely, resulting in an exception.

Laravel

Laravel one-of-many relationships - Post Image

Laravel one-of-many relationships

This pull request to the Laravel framework provides a solution for creating one-to-one relations that are a partial relation of a one-to-many relation.

Laravel Eloquent Database

DOM Events Visualizer - Post Image

DOM Events Visualizer

Learn about the DOM Event system through exploration.

Javascript

Setup Umami self-hosted analytics using Laravel Forge - Post Image

Setup Umami self-hosted analytics using Laravel Forge

Umami is a simple, fast, website analytics alternative to Google Analytics.

Forge

Laravel Octane v1.0 is Here - Post Image

Laravel Octane v1.0 is Here

The Laravel team has been hard at work on Laravel Octane, a tool to supercharge your Laravel application's performance. After releasing the beta in April, Octane has released a stable 1.0 version!

Laravel

Tailwind Configuration Viewer - Post Image

Tailwind Configuration Viewer

Tailwind Config Viewer is a local UI tool for visualizing your Tailwind CSS configuration file.

Tailwind

Simple Automatic Upgrades for Tailwind CSS with Shift - Post Image

Simple Automatic Upgrades for Tailwind CSS with Shift

On Monday Shift officially released Tailwind Shifts for upgrading Tailwind projects all the way back to Tailwind 0.x.

Laravel Tailwind

Develop faster by adding a dev routes file in a Laravel app - Post Image

Develop faster by adding a dev routes file in a Laravel app

Freek teaches us how to add development-only routes to your application to quickly preview e-mail templates or fire notifications.

Laravel

Password Validation Rule Object in Laravel 8 - Post Image

Password Validation Rule Object in Laravel 8

A new Password Rule object is now included in Laravel v8.39, thanks to the efforts of Nuno Maduro.

Laravel Validation

Processing Identity Documents in Laravel - Post Image

Processing Identity Documents in Laravel

Learn how to use a package that allows you to handle documents like passports and other documents that contain a Machine Readable Zone (MRZ).

Laravel

Forge: Octane Support - Post Image

Forge: Octane Support

Back in March, Taylor announced the new Laravel Octane project at Laracon Online. Since then, we've been busy working on bug fixes and enhancements to Octane, as well as adding support to Laravel Forge.

Laravel

Validating Laravel Console Input - Post Image

Validating Laravel Console Input

Ryan Chandler shows us how to create a trait to handle console input validation.

Laravel

Things every developer absolutely, positively needs to know about database indexing - Post Image

Things every developer absolutely, positively needs to know about database indexing

Kai Sassnowski takes an in-depth dive into database indexing and the best times to use each approach.

Database

Laravel Batches and real-time progress with Livewire - Post Image

Laravel Batches and real-time progress with Livewire

Upload files using Laravel Echo, Livewire, and Laravel Batch Jobs

Laravel Livewire Broadcasting

10 New CSS Features You Might Not Know About (2021 Edition) - Post Image

10 New CSS Features You Might Not Know About (2021 Edition)

Here are some of the amazing things that CSS is capable of these days.

CSS

Modern PHP Cheat Sheet - Post Image

Modern PHP Cheat Sheet

A to-the-point summary of all awesome PHP features

Laravel Real-Time Notifications - Post Image

Laravel Real-Time Notifications

In this post, we will take a look at how we can send real-time notifications with Laravel, the Laravel Websockets package, and Laravel Echo.

Laravel Broadcasting

8 Tips to Make Your Website Feel Like an iOS App - Post Image

8 Tips to Make Your Website Feel Like an iOS App

iOS

Ordering database queries by relationship columns in Laravel - Post Image

Ordering database queries by relationship columns in Laravel

In this article we're going to explore how to order database queries by the value (column) of an Eloquent relationship.

Laravel Eloquent

Dynamic relationships in Laravel using subqueries - Post Image

Dynamic relationships in Laravel using subqueries

Use subqueries in Laravel to optimize your database selects.

Laravel Eloquent

Everything I Ever Needed To Know About Web Dev, I Learned From My Twitter Timeline - Post Image

Everything I Ever Needed To Know About Web Dev, I Learned From My Twitter Timeline

Colin DeCarlo gives his talk on some ideas on cleaning up code in your application gained from "fire tweets" on twitter.

Laravel

Some Shifty Bits - Post Image

Some Shifty Bits

Jason McCreary, creator of Laravel Shift, gives his talk on the parts of Laravel that are under-used. He explains how these pieces of the framework can make your code and your apps faster.

Laravel

Giving collections a voice - Post Image

Giving collections a voice

I gave a talk on this topic at LaraconAU, 2019. It covers all the ways custom collections can improve your systems design and contains some more guidance on when you would reach for this pattern.

Laravel Eloquent

Showing 51 to 76 of results