Table of Contents


#Freek Dev

Laravelโ€™s parallel testing on multiple DB connections

Pretty cool that this behaviour can be customized easily.
By | Dec 23, 2024


Don't hardcode admin domains for auth

Stephen Rees-Carter tells how hardcoding admin domains in code can lead to security vulnerabilities
By | Dec 23, 2024


Command Line Interface Guidelines

Good naming, consistency, clear communication, and discoverability. These are things that do not only apply to command line programs, but to general development as well.
By | Dec 24, 2024


Create a domain using Spatie event sourcing

Laravel event sourcing generator adds a new Artisan command that can generate a full domain directory structure for Spatie event sourcing.
By Alberto Arena | Dec 26, 2024



#Made with Laravel

Spikster – Open-source Hosting Control Panel

"Spikster is an open-source hosting control panel based on Laravel.
Our mission is to simplify your web hosting experience, making it more intuitive, efficient, and powerful. Whether you're a seasoned webmaster, a small business owner, or a beginner stepping into the digital world, Spikster is here to streamline your web hosting tasks.
Spikster serves as a tool where you can manage all aspects of your web hosting, including websites, multiple servers, databases, and security settings.
Spikster's user-friendly interface and robust functionality make web hosting management as straightforward as possible. Plus, as an open-source solution, you have the freedom to customize and extend Spikster to meet your unique needs."
#DevTools
By | Dec 25, 2024


vidlock.io – Access Control Service for Videos

"Create vidlocks to lock and monetize your embeddable videos! Easily embed it on your website and issue unique access codes for each viewer, ensuring protected and profitable video content.
The entire SaaS platform of Vidlock was built using the TALL stack (TailwindCSS, AlpineJS, Livewire, Laravel) and Filament."
#App
By | Dec 25, 2024



#Hashnode

Understanding PHP File Handling: A Developerโ€™s Guide

When it comes to building dynamic and functional web applications, dealing with filesโ€”whether itโ€™s reading user data, generating logs, or exporting reportsโ€”is a common task. PHP offers a robust set of tools for file handling, enabling developers to m…
By Manan Raj | Dec 23, 2024


The Mindset Needed to Foster Unity in Remote Laravel Teams

Introduction
In the rapidly evolving world of software development, Remote Laravel Teams outsourcing has become a pivotal strategy for companies aiming to stay competitive and innovative. Outsourcing can significantly enhance operational efficiencies…
By Hire Remote Developers | Dec 23, 2024


Formataรงรฃo Automรกtica de Cรณdigo com Laravel Pint: Hooks de Pre-commit

O Pint รฉ uma ferramenta de correรงรฃo de estilo de cรณdigo PHP criada especificamente para trabalhar com Laravel. Neste artigo, vamos explorar como o Pint funciona e como automatizar sua execuรงรฃo antes ou depois de vocรช realizar commits no repositรณrio.

By Fernando Bezerra | Dec 23, 2024


How to Integrate Laravel Sanctum with Spatie Permissions

In this article, Iโ€™m going to show you a simplified setup of how Iโ€™ve used Spatie Roles & Permissions package with Laravel Sanctum. This will allow users Sanctum tokens to respect the userโ€™s abilities through this package.
Why?
Roles and permissions …
By Chris Arter | Dec 23, 2024


Custom Blade Directives ile Kodunuzu Temizleyin

Merhaba Laravel severler! Bugรผn sizlerle Laravel projelerinizde kod tekrarฤฑnฤฑ azaltmanฤฑn ve view katmanฤฑnฤฑzฤฑ daha yรถnetilebilir hale getirmenin etkili bir yolunu paylaลŸacaฤŸฤฑm: Custom Blade Directives.
Neden Custom Blade Directives?
Her Laravel projes…
By Onur Evren | Dec 24, 2024


RESTful APIs using PHP and MySQL

Good Day, Folks!
In this post, weโ€™re diving into RESTful APIs using PHP and MySQLโ€”a foundational concept in web development that powers countless modern applications. Letโ€™s get started!
What Are RESTful APIs?
RESTful APIs are a widely used architectu…
By Shwetha Harsha | Dec 24, 2024


A Beginner's Guide to Route Model Binding in Laravel

What is Route Model Binding?
Route model binding is a mechanism that binds a route parameter to a model. Instead of manually fetching a model instance from the database using the route parameter, Laravel does this for you automatically.
For example, …
By Anik Kumar Nandi | Dec 25, 2024


๐ŸŽฏHow to transfer database from one server to another of WordPress site with script.๐Ÿš€

STEP 1:
Script.sh
#!/bin/bash
#Database credentials
DB_NAME=''DB_USER=''DB_PASSWORD=''DB_HOST='localhost'
#Backup file name with date
BACKUP_FILE="${DB_NAME}$(date +'%Y%m%d%H%M%S').sql"
#Perform the database dump
mysqldump –user=$DB_USER –passwor…
By Birendra Kumar Chaudhary | Dec 26, 2024


Solving the Issue of Potentially Polymorphic Calls in Laravel PHP

Potentially polymorphic calls can cause runtime issues when the expected class instance lacks the required properties or methods. Proper PHPDoc annotations and type hinting solve this problem efficiently.

The Problem
Consider the following method:
/…
By Shital Mainali | Dec 27, 2024


A Step-by-Step Guide to Integrate Laravel with Inertia

Creating dynamic and user-friendly applications is becoming more important in web development. Companies and developers often struggle to connect a strong backend with a flexible frontend while ensuring everything works smoothly for users. This is wh…
By Dhruvil Joshi | Dec 27, 2024


#3 Khi nร o dรนng Async? khi nร o dรนng Worker?

Cรณ bao giแป bแบกn phรขn vรขn vแป viแป‡c trฦฐแปng hแปฃp nร o thรฌ chแปn sแปญ dแปฅng Async trฦฐแปng hแปฃp nร o thรฌ dรนng Worker trong dแปฑ รกn?
Viแป‡c chแปn giแปฏa Worker vร  Async phแปฅ thuแป™c vร o tรญnh chแบฅt cรดng viแป‡c vร  yรชu cแบงu cแปงa hแป‡ thแป‘ng:

Worker
โ€ข ฤแป‹nh nghฤฉa:Lร  mแป™t tiแบฟn trรฌnh hoแบทc …
By Hoang Nguyen Viet | Dec 27, 2024


Por que uma linguagem 'simples' conquistou a mim e as maiores empresas do mundo?

Se vocรช estรก mergulhado no mundo da programaรงรฃo, jรก deve ter ouvido falar de Golang, ou simplesmente Go. Criada pelo Google, essa linguagem de programaรงรฃo tem chamado atenรงรฃo por ser tรฃo minimalista quanto eficiente. Mas, afinal, o que faz dela uma e…
By Tilson Mateus | Dec 27, 2024


Build Laravel Chatbots Faster: BotStart Makes BotMan Setup a Breeze

Building chatbots with Laravel and BotMan can be incredibly rewarding, but the initial setup process? Not so much. From installing multiple dependencies to configuring routes and drivers, the manual setup can be a bottleneck. Thatโ€™s why I created Bot…
By Prevail Ejimadu | Dec 27, 2024


WordPress MVC Plugin Reboot 2024

Revisiting the WordPress MVC Router: A 2024 Update
So I stumbled upon an old database dump of WordPress backups over the years and chanced a 2010 article I wrote that I thought was interesting. So I extracted, and decided to test everything out befor…
By Jason Joseph Nathan | Dec 25, 2024



#Mastering Laravel

When to use first versus firstWhere in collections

It depends on the shape of your data
By Joel Clermont | Dec 23, 2024


Be careful about duplicating events

This bit me on a recent Laravel 11 upgrade
By Joel Clermont | Dec 24, 2024


Why didn't tests save me?

Should I do this differently?
By Joel Clermont | Dec 25, 2024


Better types on route parameters

More docblocks banished
By Joel Clermont | Dec 26, 2024


What is the monetary value of testing?

Is it worth learning?
By Joel Clermont | Dec 27, 2024



#Dev.to

2940. Find Building Where Alice and Bob Can Meet

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


Setting up neovim for Laravel development

#laravel
By Jeremy | Dec 23, 2024


Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4

#php #docker #symfony #frankenphp
By Nicolas Bonnici | Dec 23, 2024


Optimize your WhatsApp bot development with WhatsApp API PHP SDK

#php #api #whatsapp #beginners
By WhatsApp API for developers | Dec 23, 2024


Pathway to Becoming a Laravel Pro: Tools and Technologies to Master

#laravel #php #beginners #programming
By Ehtesham Ali | Dec 23, 2024


How to Use the PHP Spread Operator

#php #webdev #programming
By Moneer Fahmy | Dec 23, 2024


2471. Minimum Number of Operations to Sort a Binary Tree by Level

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


Mastering Queues and Jobs in Laravel: A Comprehensive Guide

#laravel #php #webdev #backend
By Maulik Paghdal | Dec 24, 2024


How to Set Up Email Verification in Laravel: A Complete Guide

#laravel
By Team mailfloss | Dec 24, 2024


Spotting Laravel: A Quick Guide for Identifying the Framework at a Glance

#laravel #php #webdev #beginners
By BlueJAY_2005 | Dec 24, 2024


New Drupal Hook attribute

#php #drupal
By david duymelinck | Dec 24, 2024


Day 1: Setup Laravel

#learning #laravel #php #beginners
By Ehtesham Ali | Dec 24, 2024


Unrestricted File Upload in Laravel: A Guide to Securing Your Application

#cybersecurity #laravel #computerscience #vulnerabilities
By Pentest Testing Corp | Dec 24, 2024


Samarium erp

#laravel #livewire
By Operating IT | Dec 24, 2024


Unlock the code generation of Laravel (part 2): Stubs with Laravel Promts ๐Ÿ’ป๐Ÿš€

#laravel #php #programming #productivity
By AdriรกnColom | Dec 24, 2024


Unlock the Magic of Laravel Stubs: Supercharge Your Code Generation ๐Ÿš€

#laravel #php #productivity #webdev
By AdriรกnColom | Dec 24, 2024


Can anyone help me with this? I'm working on xampp to setup my php using mysql. Even gtp is not able to solve this issue.

#help #php #mysql #discuss
By Ashutosh Dubey | Dec 24, 2024


Building a full-featured Laravel admin dashboard with Filament

#webdev #laravel
By Megan Lee | Dec 24, 2024


3203. Find Minimum Diameter After Merging Two Trees

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


Resolving the SQLSTATE[42000] Error in Laravel Migrations: Key Length Issue

#laravel #help #php #learning
By Richa | Dec 25, 2024


Understanding the `mount()` Method in Livewire

#webdev #programming #beginners #laravel
By Sospeter Mong'are | Dec 25, 2024


Laravel: Your Framework for Building Modern Web Applications

#laravel #webdev #beginners #learning
By Richa | Dec 25, 2024


Day 2 : Host Static App on GitHub Pages

#webdev #laravel #php #github
By Ehtesham Ali | Dec 25, 2024


Optimizing PHP for High-Performance Web Applications

#php #development #ux #productivity
By Patoliya Infotech | Dec 25, 2024


Laravel Setup Guide: A Step-by-Step Walkthrough

#laravel #php #beginners #learning
By Richa | Dec 25, 2024


How I Solved the 'General Error: 1813' in MySQL (XAMPP)

#mysql #database #laravel
By Tanvir Ahammed | Dec 25, 2024


PHP and Go as a Tech Stack.

#webdev #javascript #programming #php
By S.S.Vikash | Dec 25, 2024


How to Handle Excessive Warning Messages When Running `pecl install grpc`

#grpc #php #docker #gcc
By wadakatu | Dec 25, 2024


515. Find Largest Value in Each Tree Row

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


Deploy Laravel to Vercel

#laravel #webdev #vercel #programming
By fajar sp | Dec 26, 2024


SQL Injection เธ„เธทเธญเธญเธฐเน„เธฃ? เนเธฅเธฐเธงเธดเธ˜เธตเธเธฒเธฃเธ›เน‰เธญเธ‡เธเธฑเธ™

#cybersecurity #php #sql
By Pargorn Ruasijan | Dec 26, 2024


Building a Strong Team: Hiring More Than Just One Laravel Developer

#webdev #laravel #php #hiring
By Inspius | Dec 26, 2024


Best Practices for Secure File Uploads in PHP: Preventing Common Vulnerabilities

#php #fileuploads #websecurity #phpdevelopment
By Strange | Dec 26, 2024


Preventing Clickjacking in Laravel Applications

#cybersecurity #vulnerabilities #laravel #security
By Pentest Testing Corp | Dec 26, 2024


Understanding PHP-FPM: Key Differences from Traditional PHP Processes and Benefits

#php #phpfpm #fastcgi #webperf
By Strange | Dec 26, 2024


Key Differences Between PHP 5.x and PHP 7.x/8.x: Performance, Features, and Improvements

#php #laravel #webdev #performance
By Strange | Dec 26, 2024


Mastering Unit Testing in PHP: Tools, Frameworks, and Best Practices

#php #unittesting #phpunit #mockery
By Strange | Dec 26, 2024


Understanding Closures in PHP: Key Differences and Use Cases

#php #closures #anonymousfunctions #phpdevelopment
By Strange | Dec 26, 2024


Handling Concurrency and Parallelism in PHP Applications: Techniques and Tools

#php #requestforpost #parallelism #phpdevelopment
By Strange | Dec 26, 2024


Understanding the SOLID Principles in PHP and How They Improve Code Quality

#php #solidprinciples #oop #softwaredesign
By Strange | Dec 26, 2024


How to Handle API Integrations in PHP, Especially for Large Datasets and Timeouts

#php #apiintegration #webdev #guzzle
By Strange | Dec 26, 2024


How to Manage Database Migrations in PHP

#php #databasemigrations #phinx #doctrinemigrations
By Strange | Dec 26, 2024


Understanding MVC Architecture and How to Implement It in PHP

#php #mvc #phpdevelopment #webdev
By Strange | Dec 26, 2024


How Composer Works in PHP and Aids in Dependency Management

#php #composer #dependencymanagement #phpdevelopment
By Strange | Dec 26, 2024


Common PHP Security Issues and How to Prevent Them

#php #websecurity #phpdevelopment #securitybestpractices
By Strange | Dec 26, 2024


Understanding Autoloading in PHP: How to Implement and Use It Efficiently

#php #autoloading #psr4 #composer
By Strange | Dec 26, 2024


How to Implement Caching in PHP and Which Caching Techniques Are Best for Performance?

#php #caching #redis #memcached
By Strange | Dec 26, 2024


How to Manage Multiple Environments (Development, Staging, Production) in PHP

#php #webdev #devops #environmentmanagement
By Strange | Dec 26, 2024


What is Dependency Injection in PHP and Why It's Crucial for Testing and Maintainability

#php #dependencyinjection #oop #softwaredesign
By Strange | Dec 26, 2024


How PHP Session Management Works and How to Handle Session Security

#php #sessionmanagement #websecurity #phpdevelopment
By Strange | Dec 26, 2024


Understanding PSR Standards and Their Importance in Modern PHP Development

#php #psr #codingstandards #webdev
By Strange | Dec 26, 2024


Understanding PDO in PHP and Why It is Recommended Over `mysql_*` Functions

#php #pdo #database #sqlinjection
By Strange | Dec 26, 2024


Understanding Traits in PHP and How They Differ from Inheritance

#php #traits #inheritance #objectorientedprogramming
By Strange | Dec 26, 2024


How PHP Handles Error and Exception Handling: A Comprehensive Guide

#php #errors #exceptionhandling #phpdevelopment
By Strange | Dec 26, 2024


Understanding the Difference Between `abstract class` and `interface` in PHP

#php #objectorientedprogramming #abstractclass #interface
By Strange | Dec 26, 2024


How to Optimize the Performance of a PHP Application: Best Practices and Techniques

#php #performanceoptimization #webdev #phpoptimization
By Strange | Dec 26, 2024


Advantages of Using Namespaces in PHP: Organizing Code and Avoiding Conflicts

#php #namespaces #phpdevelopment #codingbestpractices
By Strange | Dec 26, 2024


How PHP Handles Memory Management and Garbage Collection: A Comprehensive Guide

#php #memorymanagement #garbagecollection #phpdevelopment
By Strange | Dec 26, 2024


Understanding the Differences Between include, require, include_once, and require_once in PHP

#php #webdev #phpinclude #phprequire
By Strange | Dec 26, 2024


Best Practices for Structuring Large PHP Applications: A Comprehensive Guide

#php #webdev #architecture #codingbestpractices
By Strange | Dec 26, 2024


The Future of Laravel Development: Hiring Trends and Skills to Watch

#webdev #programming #laravel #php
By Inspius | Dec 26, 2024


Tips for Successful Remote Work with Hired Laravel Developers

#webdev #laravel #php #hiring
By Inspius | Dec 26, 2024


Laravel Breeze

#laravel #beginners #webdev #php
By Richa | Dec 26, 2024


Tell Don't Ask principle explained

#learning #php #principles #softwaredevelopment
By thiCha | Dec 27, 2024


494. Target Sum

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


Laravel queues: Skip job if no longer required

#laravel #tutorial
By Sergio Peris | Dec 27, 2024


Using Frankenphp with Laravel Octane

#laravel #webdev #beginners #tutorial
By fajar sp | Dec 27, 2024


Sublime Text Config for Laravel

#webdev #tutorial #laravel #php
By fajar sp | Dec 27, 2024


Is CodeIgniter Still Relevant in 2025?

#codeigniter #php #webdev #backend
By Hamza's Legacy | Dec 27, 2024


Connecting third-party PHP libraries in Joomla

#joomla #php #webdev #coding
By Sergey Tolkachyov | Dec 27, 2024


Pass by Reference vs Pass by Value in PHP: Whatโ€™s the REAL Difference?

#php #beginners #tutorial #codenewbie
By Bert De Swaef | Dec 27, 2024


The Best PHP Frameworks to Develop Smarter Websites in 2025

#phpframeworks #php #phpdevelopment #phpservices
By Dhruvil Joshi | Dec 27, 2024


Multi select default selection i filament v3

#laravel #filament #php #webdev
By harsha m | Dec 27, 2024


Digging Code Blog is live with a fresh look and features! ๐ŸŽ‰

#webdev #githubcopilot #chatgpt #php
By Mahmoud Ramadan | Dec 27, 2024


1014. Best Sightseeing Pair

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


How to Deploy a Web App with CI/CD Pipelines on Azure App Service

#webdev #devops #php #github
By OLALEKAN john Ayansola | Dec 28, 2024


Day 3: Exploring Laravelโ€™s Directory Structure

#webdev #laravel #php #beginners
By Ehtesham Ali | Dec 28, 2024


Why Strong Passwords and Local Storage are Essential for Your Security?

#password #security #laravel #opensource
By Milen M | Dec 28, 2024


Laravel to Go: My Journey and the Creation of a Fiber API Boilerplate

#go #laravel #api #webdev
By Granite Bagas | Dec 28, 2024


689. Maximum Sum of 3 Non-Overlapping Subarrays

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Dec 29, 2024


Book recommendations for PHP.

#php #learning #beginners
By Antonio Silva | Dec 29, 2024


๐Ÿš€ ๐—ฃ๐—›๐—ฃ ๐Ÿด.๐Ÿฐ ๐—ถ๐˜€ ๐—›๐—ฒ๐—ฟ๐—ฒ: ๐——๐—ถ๐˜€๐—ฐ๐—ผ๐˜ƒ๐—ฒ๐—ฟ ๐—ช๐—ต๐—ฎ๐˜'๐˜€ ๐—ก๐—ฒ๐˜„ ๐˜„๐—ถ๐˜๐—ต ๐—˜๐˜…๐—ฎ๐—บ๐—ฝ๐—น๐—ฒ๐˜€!

#php #web #development #webdev
By Mhammed Talhaouy | Dec 28, 2024


Symfony Station Communiquรฉ โ€” 27 December 2024 โ€” A look at Symfony, Drupal, PHP, and other programming news!

#symfony #drupal #php #joomla
By Reuben Walker, Jr. | Dec 29, 2024


1639. Number of Ways to Form a Target String Given a Dictionary

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Dec 29, 2024


Day 4: Configuring Laravel: Environment Setup

#tutorial #webdev #laravel #php
By Ehtesham Ali | Dec 29, 2024


Enhance Website Security: Prevent Session Fixation in Laravel

#cybersecurity #vulnerabilities #laravel #security
By Pentest Testing Corp | Dec 29, 2024


Kenapa Phyton lebih digemari?

#phyton #html #javascript #php
By Julaiman, S.Sos | Dec 29, 2024


Securing Laravel Reverb

#php #laravel #webdev #security
By Edgaras | Dec 29, 2024


Laravel's 2024: Progress at Lightning Speed, But Are We Biting Off More Than We Can Chew?

#webdev #laravel #programming #php
By HichemTech | Dec 29, 2024


A Scalable and Maintainable Approach for Laravel Applications

#laravel #architecture #cleancode
By Aung Kyaw Minn | Dec 29, 2024



#Amit Merchant

String Cleaning with Laravel's remove Method

Need to remove certain characters from your strings? Laravel's Str::remove method provides a straightforward way to clean up text content.Basic UsageRemove specific characters from a string:use Illuminate\Support\Str;$string = 'Peter Piper picked a peck of pickled peppers.';$removed = Str::remove('
By Harris Raftopoulos | Dec 23, 2024


Managing Nested Attributes with Laravel's Fluent set Method

Need to manage nested attributes more effectively? Laravel's Fluent class now includes a set() method that makes handling complex data structures more intuitive.Basic UsageSet attributes using dot notation:$fluent = new Fluent;// Basic attributes$fluent->set('product', 'iPhone') ->set('
By Harris Raftopoulos | Dec 24, 2024


Converting Values to Collections with Laravel's wrap Method

Converting values to collections becomes seamless with Laravel's Collection::wrap method. This versatile utility ensures you're always working with a collection, regardless of the input type.Basic UsageWrap different types of values into collections:use Illuminate\Support\Collection;// Wrap a single value$collection = Collection::wrap(
By Harris Raftopoulos | Dec 25, 2024


Removing Collection Items with Laravel's forget Method

Need to remove items from a collection? Laravel's forget method offers a straightforward way to remove elements by their keys while modifying the original collection.Basic UsageRemove items by their keys:$collection = collect(['name' => 'taylor', 'framework' => 'laravel'
By Harris Raftopoulos | Dec 26, 2024


Managing Scheduled Task Output in Laravel

Need to track your scheduled task outputs? Laravel's scheduler provides elegant methods for capturing and storing command output for later review.Basic UsageSave command output to a file:use Illuminate\Support\Facades\Schedule;// Save output to fileSchedule::command('emails:send') ->daily() -&
By Harris Raftopoulos | Dec 27, 2024



#IT Solution Stuff

Form Validation Laravel Livewire 3 | EP 2

In this example, we will create a ProductCreate Livewire component. The component will include a form with input fields for the product's name, price, and details. We'll implement form validation to e…..
#Laravel Laravel Livewire
By Hardik Savani | Dec 24, 2024


File Uploading Laravel Livewire 3 | EP 3

In this post, I will show you how to image upload with preview using laravel liveiwre 3.

In this example, we will create a PhotoUpload Livewire component. This component will feature a form with a fi…..
#Laravel Laravel Livewire
By Hardik Savani | Dec 26, 2024



#Harris Raftopoulos

An open-source desktop playground for PHP

PHP is one of the most popular programming languages in the world. Itโ€™s been around for a long time and has a huge community of developers. Itโ€™s used for everything from simple websites to complex web applications. If youโ€™re learning PHP, you need a good development environment to practice.
By Amit Merchant | Dec 24, 2024