cpx exec - Scratch File Runner
– liamhammett.com - submitted by Liam Hammett
Learn how to use the cpx CLI to run PHP scratch files with superpowers that'll make you way more efficient!
Read more [liamhammett.com]
– liamhammett.com - submitted by Liam Hammett
Learn how to use the cpx CLI to run PHP scratch files with superpowers that'll make you way more efficient!
Read more [liamhammett.com]
– www.laracraft.tech - submitted by Zacharias Creutznacher
Deploying a Laravel application without downtime is essential for maintaining a seamless user experience. This deployment script achieves exactly that, ensuring a smooth transition between releases. It clones the latest version of your project, sets up environment files, installs dependencies, runs migrations, and links the new release—all while keeping your application live. With built-in clean-up for old releases and error handling, this script is a robust solution for modern Laravel deployments.
Read more [www.laracraft.tech]
– tighten.com - submitted by Kayla Helmick
This article shares 10 efficient and fun ways to seed your database, from classic PHP arrays to importing CSVs and using AI to generate random, realistic data.
Read more [tighten.com]
– stephenjude.me - submitted by STEPHEN JUDE
Read more [stephenjude.me]
An article explaining PHP's `yield` keyword and how it can be use in place of `return` to easily build iterators.
Read more [ides.dev]
– xepozz.github.io - submitted by Dmitrii Derepko
Review the configuration feature to get a deeper understanding of what configuration looks like.
Read more [xepozz.github.io]
– github.com - submitted by Jon Purvis
Squeaky adds an additional validation rule to your Laravel applications, allowing you to check user submitted input for profanity.
Read more [github.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use Squeaky, the new Laravel package by Jon Purvis, to validate input and ensure it doesn't contain profanity.
Read more [ashallendesign.co.uk]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– liamhammett.com - submitted by Liam Hammett
It may only be a side effect of its colour palette and class naming conventions, but as a colourblind developer, Tailwind has made it SO EASY to design with sensible colours - a superpower I've been missing my whole life
Read more [liamhammett.com]
– github.com - submitted by Aaron Francis
A PHP package to measure the width of unicode strings rendered to a terminal.
Read more [github.com]
– github.com - submitted by Ash Allen
Laravel Config Validator v2.8.0 adds support for Laravel 12, PHPUnit 11, and Larastan 3.
Read more [github.com]
– youtu.be - submitted by Bert De Swaef
This simple step-by-step guide teaches you how to deploy your Laravel project to Laravel Cloud! We'll cover everything from setup to handling queues for background tasks. What you'll learn: ✅ Deploying a Laravel project to the cloud ✅ Setting up and managing queues ✅ Optimizing performance for scalability
Read more [youtu.be]
– github.com - submitted by Steve McDougall
A fluent, modular workflow builder for Laravel that leverages the Pipeline pattern to simplify and organise business logic.
Read more [github.com]
– www.youtube.com - submitted by Harris Raftopoulos
Discover how to manage 404 errors in Laravel by creating custom fallbacks.
Read more [www.youtube.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use the `Illuminate\Console\Prohibitable` trait to prevent destructive commands from running in your Laravel application. We'll also look at how to prevent your own custom Artisan commands from running using this trait.
Read more [ashallendesign.co.uk]
– youtu.be - submitted by Bert De Swaef
Want to deploy your Laravel project on Forge with real-time WebSockets using Reverb? In this step-by-step tutorial, we’ll walk you through setting up Laravel Forge, configuring your server, and integrating Reverb for real-time communication. Whether you're building a chat app, notifications system, or live updates, this guide will help you get everything running smoothly.
Read more [youtu.be]
– tighten.com - submitted by Kayla Helmick
Learn how to install and configure Typesense in a Laravel app, then optimize search by sorting records, using filters, adjusting typo tolerance, accessing raw responses, and leveraging facets for better filtering.
Read more [tighten.com]
– wilo-ahadi.com - submitted by Wilo Ahadi
A tutorial for loading an image as soon as it enters the viewport, using the Intersect plugin of the AlpineJS framework.
Read more [wilo-ahadi.com]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.42 introduces new date query methods, making it easier to filter records by relative dates like past, future, today, and more.
Read more [nabilhassen.com]