#Laravel News

Visual EXPLAIN for MySQL and Laravel

The MySQL Visual Explain by Tobias Petry helps users analyze slow queries in MySQL by providing an easy-to-understand visual representation of MySQL’s…
#News
By Paul Redmond | Jul 22, 2024


Introducing Built with Laravel

Built With Laravel is a list of companies and organizations using Laravel in the non-Laravel world. This is *the* list to use when you want to show so…
#News
By Matt Stauffer | Jul 22, 2024


The Best Laravel Tutorials and Resources for Developers

Explore the best courses, books, and tutorials to master Laravel, the popular PHP framework.
#Sponsor
By Tania Goral | Jul 23, 2024


Upload Files Using Filepond in Livewire Components

If you're using Livewire, now you can easily use Filepond to upload files within Livewire components using Spatie's livewire-filepond package.
#Laravel Packages #Livewire
By Paul Redmond | Jul 23, 2024


Take the Annual State of Laravel 2024 Survey

Take the State of Laravel 2024 survey to contribute your voice to the Laravel community. By sharing and participating, you can help us gain more insig…
#News
By Paul Redmond | Jul 24, 2024


Laravel Advanced String Package

Matt Stenson created a Laravel Advanced String package that adds extra advanced string manipulation methods to the built-in Str class.
#Laravel Packages
By Eric L. Barnes | Jul 25, 2024


Add Comments to your Laravel Application with the Commenter Package

The Commenter package for Laravel is a feature-rich modern package that addresses your commenting needs in a Laravel application.
#Laravel Packages
By Paul Redmond | Jul 25, 2024


Building fast, fuzzy site search with Laravel and Typesense

Learn about building fast, fuzzy site search with Laravel and Typesense
#Sponsor
By Benjamen Pyle | Jul 26, 2024



#Ashallen Design UK

Building a CLI with Laravel Prompts

#Laravel #Tips & Tricks #Tutorial #Web Development
By Ashley Allen | Jul 23, 2024



#Freek Dev

Testing Saloon API Integrations in Laravel

Learn how to fake and record HTTP responses so you can test your Saloon API integration in your Laravel applications.
By Ash Allen | Jul 22, 2024


Participate in the State Of Laravel Survey

Tobias is organising another edition of his survey. If you're into Laravel, I highly encourage to participate.
By | Jul 25, 2024


Data Fetching Patterns in Single-Page Applications

When a single-page application needs to fetch data from a remote source, it needs to do so while remaining responsive and providing feedback to the user during an often slow query. Five patterns help with this
By | Jul 25, 2024


Geography in Laravel: retrieving geographical data

How to retrieve any geographical data from OpenStreetMap and transform them into usable PHP objects.
By Tom Witkowski | Jul 26, 2024



#Laravel io

Standardizing API Responses Without Traits

Problem
I've noticed that most libraries created for API responses are implemented using traits, and…
#Laravel #API
By pepperfm | Jul 23, 2024


Collect feedback via Discord notifications in your Laravel project

How to create a feedback module in a Laravel project and receive a Discord notification when a messa…
#Laravel #Notifications #Vue.js
By mho | Jul 23, 2024


Laravel Advanced: Top 10 Validation Rules You Didn't Know Existed

Do you know all the validation rules available in Laravel? Think again! Laravel has many ready-to-us…
#Requests #Laravel #Validation
By karandatwani92 | Jul 23, 2024


The #[\Override] Attribute in PHP

Introduction
A handy #[\Override] attribute was added in PHP 8.3 which allows you to mark a method a…
#Architecture
By ash-jc-allen | Jul 23, 2024



#Made with Laravel

Laravel DB Auditor – Review & Evaluate your MySQL Database System

"This package provides an audit process for reviewing and evaluating a MySQL database system. DB Auditor scans your MySQL database, gives insights into MySQL standards and constraints, and provides the option to add constraints through CLI.

The result of the audit process shows a list of tables & columns that don't follow the standards."
#DevTools
By | Jul 24, 2024


Laravel Multi Domain – Use Laravel in a Multi-Domain Setting

"This package allows a single Laravel installation to work with multiple HTTP domains.

There are many cases in which different customers use the same application in terms of code but not in terms of database, storage and configuration.

This package gives a very simple way to get a specific env file, a specific storage path and a specific database for each such customer."
#Utility
By | Jul 24, 2024



#Hashnode

Star Patterns and Basic Logic Questions in PHP

Welcome to a special blog post where we delve into some interesting PHP challenges: star patterns and basic logic questions. These exercises are great for honing your programming skills and understanding loops, and conditionals in PHP.
Star Patterns

By Saurabh Damale | Jul 22, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (15/07/2024-21/07/2024

Intro: Check out this insightful summary of PHP/Laravel Weekly News for July 15th to July 21st, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem.
Key Points:

📐 Resize Plugin for Alpine.js: Caleb …
By Poovarasu Sekar | Jul 22, 2024


Ultimate Guide to Setting Up a Web Development Environment on Linux Ubuntu 24 LTS

Last week, I encountered issues with my existing Ubuntu setup. It was slow and lagging, and I couldn't resolve the problem. Then, I remembered that my laptop had two operating systems installed: Windows and Linux on separate partitions. Suspecting a …
By Olgun | Jul 22, 2024


How to Boost Performance and Scalability in PHP and Laravel Apps

In the fast-paced world of web development, making sure your application is quick and can handle growth is super important. Users want fast and responsive interfaces, and if your app is slow, they might get frustrated and leave. Laravel, a popular PH…
By Hamza Kachachi | Jul 22, 2024


Preventing Balance Transfer Exploits: Resolving a Case-Insensitive Username Comparison After a Hacker Attempt

Introduction
In web development, ensuring that users cannot perform unintended actions is crucial for maintaining the integrity and security of an application. Recently, I encountered a situation where users were able to transfer balance to their own…
By IRFAN ALI KHAN | Jul 22, 2024


Khám Phá Hai Cách Đơn Giản Để Custom Laravel: Macro và Mixin

Hi anh em, lại là mình đây
Hôm nay mình sẽ chia sẻ với mọi người hai cách đơn giản để custom Laravel là Macro và Mixin.
Trong thực tế, đôi khi bạn sẽ muốn bổ sung một số hàm, hoặc override lại một số phương thức của Laravel theo mong muốn: việc exten…
By David Nguyen | Jul 23, 2024


Introduction to PHP Arrays: What You Need to Know

Arrays are fundamental data structures in PHP that allow you to store multiple values in a single variable. This makes them extremely useful for handling and managing data collections efficiently. In this blog, we'll delve into the definition of arra…
By Saurabh Damale | Jul 23, 2024


Mastering Laravel Debugging: Understanding Query Logs

Optimizing and debugging database queries is crucial for building efficient and scalable applications. Laravel makes this process straightforward with its robust query-logging features. Here’s a detailed guide on how to enable and inspect query logs …
By Asfia Aiman | Jul 23, 2024


After Leaving Google, How I Mastered Remote Work with These Secret Weapons

In this article, I will share my experience of how I used a series of secret weapons to thrive in remote work after leaving Google. It’s not just about introducing tools, but also about a whole new way of working, how to make it work for you, improve…
By webdev2anythinng | Jul 24, 2024


Exploring Laravel Eloquent ORM in Depth

When I first started working with Laravel, I was immediately struck by the simplicity and elegance of its Eloquent ORM (Object-Relational Mapping). In this article, I’ll take you through what Eloquent is, how it evolved over time, and why it’s such a…
By Arthur Rivera | Jul 24, 2024


Tutorial Instal PHP di Windows dan Linux untuk Pemula

Halo, Kawan KodingKu!😊
Mari mulai petualangan ini dengan semangat. 🎉 Bersiaplah untuk mendapatkan semua kejutan dan kesenangan yang akan dibawa ke dunia pemrograman. Jangan ragu untuk tetap semangat dan bahagia! 😄 Kawan-Kawan KodingKu akan belajar…
By KodingKu | Jul 24, 2024


php: concurrency with processes. pt. 1: using pcntl_fork for fun and performance

i often joke that php is a systems programming language that you can also use to create a home page. it’s not really true, of course; no one is going to write, say, a video driver in php. but it does highlight the fact that php has an absolute tonne …
By grant horwood | Jul 24, 2024


Why is WordPress still an awesome CMS?

Hey guys,
I want to talk about WordPress (WP) for today. It is one of the famous CMS platforms that has been around for decades.
Nowadays, people still consider WP as their go-to CMS for their websites, blogs, showcases, etc.
Let's check out why WP i…
By Seth Chen | Jul 26, 2024


AI-Driven Travel Assistant

Introduction
In an era where technology seamlessly transforms our daily lives, travel experiences are evolving to new heights. Imagine having a personal travel companion who not only understands your preferences but also curates your entire journey, …
By Henry Oladeji | Jul 26, 2024


Revolutionise Audio Transcription with the AI-Driven Transcriber

Introduction
In an era where technology is transforming how we interact with media, audio transcription has evolved significantly. Imagine an intelligent system that not only transcribes your audio files with precision but also plays back the audio o…
By Henry | Jul 27, 2024


Manfaat Menginstal PHP di Berbagai Sistem Operasi

Halo, Kawan KodingKu! 😊
Mari mulai petualangan ini dengan semangat. 🎉 Bersiaplah untuk mendapatkan semua kejutan dan kesenangan yang akan dibawa ke dunia pemrograman. Jangan ragu untuk tetap semangat dan bahagia! 😄 Kawan-Kawan KodingKu akan belaja…
By KodingKu | Jul 27, 2024


🚀 The Epic Saga of Web Frameworks: From Clunky Code to AI Superpowers

What's up, code warriors and pixel pushers! 👋 Ready for a wild ride through the evolution of web frameworks? Grab your favourite caffeinated beverage ☕️, because we're about to blast from the past to the future faster than you can say "npm install r…
By Shlok Bam | Jul 26, 2024


Implementing Factory Method Design Pattern in PHP

Introduction
Design patterns are essential for developing robust, scalable, and maintainable code. The Factory Method Design Pattern is one of the most commonly used design patterns in object-oriented programming. It belongs to the creational design …
By Kartik Mehta | Jul 27, 2024


Laravel: Casting Eloquent JSON Fields

I have a short post today to cover something I recently used in a project. I had a table using a JSON column and though they are extremely flexible, I like to know what data exists in the column. To accomplish this, I use a simple data transfer objec…
By Sean Kegel | Jul 28, 2024



#Mastering Laravel

Simplifying webhook client responses

Especially useful with high volume projects
By Joel Clermont | Jul 22, 2024


Use global test setup methods sparingly

Seems like a good idea at first, but…
By Joel Clermont | Jul 23, 2024


Sharing a model between landlord and tenant

A little tricky in a multi-database environment
By Joel Clermont | Jul 24, 2024


How to customize the database notification model

Not documented, but very simple
By Joel Clermont | Jul 25, 2024


How I like to set up application seeders

This approach has worked well for me
By Joel Clermont | Jul 26, 2024



#Flare App

Flare Microsoft Teams migration

Microsoft deprecated the old way of receiving notifications in Teams, read in this article how to upgrade your Flare settings to keep receiving notifications in Microsoft Teams.
#Flare news
By | Jul 22, 2024


Check your Laravel Horizon failed jobs from Flare

From now on, you can quickly retry a failed Laravel Horizon job without hassle.
#Flare news
By | Jul 24, 2024



#Dev.to

ChatGPT compared the memory usage with and without PHP generators for large datasets.

#php #laravel #chatgpt
By Mahfuzur Rahman Saber | Jul 22, 2024


How to run any Laravel project (It's very easy)

#laravel #php #tutorial
By Muhamad Rizki | Jul 22, 2024


Test Your DOM in Laravel with PHPUnit

#php #laravel #phpunit #testing
By Ariel Mejia | Jul 22, 2024


PayBee Buzzes onto Product Hunt!

#producthunt #product #flutter #laravel
By Edward Whitehead | Jul 22, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (15/07/2024-21/07/2024

#php #laravel
By Poovarasu Sekar | Jul 22, 2024


Managing Long-Running Queries in MySQL

#database #mysql #webdev #php
By Roman Agabekov | Jul 22, 2024


Unlocking the Power of Middleware in Laravel: A Comprehensive Guide

#webdev #laravel #php #programming
By Ashar Fazail | Jul 22, 2024


Preventing Spammers in Laravel: Using rahulalam31/laravel-abuse-ip Package

#laravel #security #hackathon #php
By Rahul Alam | Jul 22, 2024


Getting Started with WordPress Plugin Development

#wordpress #webdev #php
By ZeroByteCode | Jul 22, 2024


WPDoods: Easily Integrate WordPress and Doodstream

#wordpress #doodstream #php #programming
By ZeroByteCode | Jul 22, 2024


CacheerPHP: The Minimalist Caching Solution for PHP

#webdev #php #opensource #softwaredevelopment
By Sílvio Silva | Jul 23, 2024


Adding Custom Fonts to Laravel-Dompdf

#webdev #laravel #beginners #frontend
By Rafa Rafael | Jul 23, 2024


⚡Backpack: build admin panels at lightning speed [Laravel]

#php #webdev #beginners #productivity
By Kevin Naidoo | Jul 23, 2024


PHP OOP Concepts: Classes, Objects and Inheritance

#webdev #beginners #php #oop
By Ghulam Mujtaba | Jul 23, 2024


Legacy WordPress web development workflow

#webdev #wordpress #php
By Ingo Steinke, web developer | Jul 23, 2024


1636. Sort Array by Increasing Frequency

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 23, 2024


Understanding Eloquent Relationships in Laravel

#laravel #abotwrotethis #tutorial #ai
By Sospeter Mongare | Jul 24, 2024


Laravel 11 Simple API Rest with tests

#laravel #apirest #testing
By Jonathan Ruiz | Jul 24, 2024


𝗟𝗮𝗿𝗮𝘃𝗲𝗹 𝗧𝗶𝗽💡: 𝗚𝗲𝗻𝗲𝗿𝗮𝘁𝗲 𝗙𝗮𝗸𝗲 𝗨𝘀𝗲𝗿 𝗔𝗴𝗲𝗻𝘁𝘀

#laravel #php #webdev
By El Morjani Mohamed | Jul 24, 2024


Laravel Homestead: Your Essential Development Environment

#webdev #laravel #ecommerce #php
By Arthur Rivera | Jul 24, 2024


php: concurrency with processes. pt. 1: using pcntl_fork for fun and performance

#php #webdev
By grant horwood | Jul 24, 2024


1530. Number of Good Leaf Nodes Pairs

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 24, 2024


2191. Sort the Jumbled Numbers

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 24, 2024


Announcing ServBay 1.3.9: More Features, Smoother Experience! 🚀

#webdev #beginners #programming #php
By ServBay | Jul 24, 2024


1605. Find Valid Matrix Given Row and Column Sums

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 25, 2024


1380. Lucky Numbers in a Matrix

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 25, 2024


Why Implementing Laravel Validation Rules Should Be Your Top Priority

#laravel #laravelvalidation #laravelvalidationrules #webdev
By Dhruvil Joshi | Jul 25, 2024


How to easily generate data with Database Seeders in Laravel

#laravel #php #webdev #programming
By Adetola | Jul 25, 2024


Mastering Laravel Dusk: A Comprehensive Guide to Browser Automation and Testing

#laraveldusk #laravel #webdev #testing
By Asfia Aiman | Jul 25, 2024


Deploy Laravel to cPanel

#beginners #laravel #cpanel #tutorial
By sumberweb | Jul 25, 2024


Upgrading to Laravel 11 – Why and How?

#webdev #laravel #devops #tutorial
By Danish | Jul 25, 2024


Abstract classes in OOP

#webdev #beginners #programming #php
By Ghulam Mujtaba | Jul 25, 2024


Postmortem: The Great “.phpp” Debacle

#systemdesign #php #testing #monitoring
By Adeniji Olajide | Jul 25, 2024


912. Sort an Array

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 26, 2024


2392. Build a Matrix With Conditions

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 25, 2024


2418. Sort the People

#php #leetcode #programming #algorithms
By MD ARIFUL HAQUE | Jul 25, 2024


Setting Up a Development Environment Using Laravel Sail (Docker)

#laravel #php #docker #environment
By Guilherme Lauxen | Jul 26, 2024


Laravel 11 API Rest Auth with jwt-auth

#laravel #apirest #auth #jwt
By Jonathan Ruiz | Jul 26, 2024


Free hosting for Laravel APP

#php #webdev #laravel
By Sospeter Mongare | Jul 26, 2024


💥Pionia framework🚀 – initially a "hobby project"!

#php #api #backend #webdev
By Tumusiime Ezra Jnr | Jul 26, 2024


Small Clean Application

#php #cleanarchitecture #showdev
By sebk69 | Jul 26, 2024


1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 27, 2024


Setting Up the PHP Environment

#webdev #beginners #programming #php
By ServBay | Jul 27, 2024


How to View Your index.php File in a Browser

#php #server #webdev #beginners
By Sh Raj | Jul 27, 2024


Ignore custom indexes on Doctrine DBAL 4

#symfony #doctrine #php
By Indra Gunawan | Jul 27, 2024


"Model Required Fields" package

#laravel #php #package
By Watheq Alshowaiter | Jul 27, 2024


2976. Minimum Cost to Convert String I

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 28, 2024


Deploy Laravel Projects to Namecheap Server on Github Push with 3 Easy Steps (The only tutorial you would every need)

#php #laravel #hosting #namecheap
By Iwobi Okwudili Frank | Jul 27, 2024


Daily Stand Ups for Devs

#productivity #laravel #vue #opensource
By Marco Ledesma | Jul 27, 2024


PHP crash course: PHP MYSQL QUIZ APP

#php #backends #beginners #tutorial
By MD ARIFUL HAQUE | Jul 28, 2024


Setting Up a PHP Website on EC2 with Nginx, MySQL, PHP, and Git

#ec2 #nginx #php #mysql
By Manoj Swami | Jul 28, 2024


PHP

#php #javascript
By Marko Gacanovic | Jul 28, 2024


Symfony Station Communiqué — 26 July 2024: A Look at Symfony, Drupal, PHP, Cybersec, and Fediverse News!

#symfony #drupal #php #fediverse
By Reuben Walker, Jr. | Jul 28, 2024


A Comprehensive Guide to Testing in Laravel with PHPUnit

#webdev #laravel #php #testing
By Chabba Saad | Jul 28, 2024


2045. Second Minimum Time to Reach Destination

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 28, 2024



#Ahmad Rosid

How to Copy Folders Using SSH

By Ahmad Rosid | Jul 23, 2024



#IT Solution Stuff

Laravel 11 Integrate Authorize.net Payment Gateway Example

In this tutorial, I will show you how to integrate authorize.net payment gateway in laravel 11 application from scratch.

Authorize.net is an online payment gateway service that helps businesses accep…..
#Laravel
By Hardik Savani | Jul 23, 2024


Laravel 11 Add Watermark on Image Tutorial

In this post, I will show you how to add watermark on the image using intervention/image in laravel 11 application.

We will use the Intervention/Image Composer package to add watermark on image in La…..
#Laravel
By Hardik Savani | Jul 25, 2024


How to Compress Image Size in Laravel 11?

In this article, I will show you how to optimize image using spatie/image in laravel 11 application.

We will use the spatie/image Composer package to compress image size in laravel 11. The spatie/ima…..
#Laravel
By Hardik Savani | Jul 26, 2024


Laravel 11 Real-Time Notifications using Echo Socket.IO and Redis

In this tutorial, I will show you how to send real-time notifications using echo, socket io, redis server in the laravel 11 application. we will use a phpredis driver to send real-time notifications u…..
#Laravel
By Hardik Savani | Jul 27, 2024



#Stitcher

Timeline Taxi: chapter 3

By Brent | Jul 26, 2024


It's all just text

By Brent | Jul 26, 2024