Table of Contents


#Freek Dev

Pass by Reference vs Pass by Value in PHP: What’s the REAL Difference?

In this short video, we break down the key differences between Pass by Value and Pass by Reference in PHP. 🚀 Understanding these two concepts is essential for writing efficient and bug-free code. Learn how PHP handles variables when passed to functions, and see how small changes in your code can have a BIG impact on performance and behavior! 🔍
By Bert De Swaef | Dec 30, 2024



#Made with Laravel

PostFlow – Social Media Scheduler

"PostFlow is a platform for scheduling and managing your social media content.
One space to create, collaborate, schedule and publish your social media posts. One click, all platforms, hours saved.
The website and web app are built with Vue.js, Nuxt 3 & Laravel."
#Websites #App
By | Dec 31, 2024


Laravel Mails – Monitor Sent Emails

"Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app. Common use cases are provided in this package:

Log all sent emails, attachments and events with only specific attributes
Works currently for the popular email service provider Postmark
Collect feedback about the delivery status from email providers using webhooks
Get notified quickly and automatically when email hard/soft bounces or the bouncerate goes too high
Prune all logged emails periodically to keep the database nice and slim
Resend logged emails to another recipient
View all sent emails in the browser using complementary package Filament Mails

We also created a Laravel Filament plugin called Filament Mails to easily view all data collected by this Laravel Mails package!"
#Plugins
By | Dec 31, 2024


Laravel Attributes – Manage Custom Attributes on Eloquent Models

"The laravel-attributes package is a tool designed to help Laravel developers easily manage and implement custom attributes in their projects.
It enables you to define attributes directly on Eloquent models, making it simpler to handle dynamic or calculated properties without directly modifying the database schema.
With this package, you can create and configure attribute sets for models, making it easier to organize and extend data handling in Laravel applications. It's especially useful for projects that require customizable and flexible data models."
#Eloquent #Utility
By | Jan 05, 2025


Muddle – Obfuscate Emails

"Please, don't just put plain raw emails on your web pages. Bots are going to scrape your pages and fill all of our inboxes with spam emails. Obfuscate emails and strings in PHP and Laravel to keep those nasty bots away from finding your email or worse, your users' emails.
This package uses different strategies to obfuscate clickable and non-clickable emails, so you can choose what suits your needs best."
#Utility
By | Jan 05, 2025



#Hashnode

In-depth reviews of Laravel Security Extensions and Packages

Introduction

Laravel is a widely adopted PHP framework renowned for its simplicity, flexibility, and ability to streamline the development of web applications. Given the rising frequency of cyber threats and data breaches, security remains a paramou…
By Hire Remote Developers | Dec 30, 2024


Real-Time Location Tracking with Laravel and Pulsetracker's Redis Pub/Sub

In the fast-paced world of app development, real-time location tracking is essential for logistics, fleet management, and various other applications. Pulsetracker simplifies this process by providing a robust backend for location tracking, allowing d…
By Team pulsetracker | Dec 31, 2024


Creating Sales Management System in Laravel with Filament

In this tutorial, we will build a Sales Management System in Laravel, which includes Categories, Products, Suppliers, Customers, and Sales modules. We will use Filament for the admin interface. Follow this step-by-step guide to implement the features…
By Programmer Telo | Dec 31, 2024


Advantages and Disadvantages of PHP

Over the course of its 20+ years of existence, the PHP programming language has shown to be an effective and trustworthy solution, winning over an endless number of followers and supporters. PHP is a programming language that is slowly but surely los…
By Jenifer | Jan 02, 2025


Running several processes in PHP

Problem
I had to analyze and read 14739 folders using PHP, which took over half an hour.

While PHP has some async functionalities, they don’t work in Windows. However, some solutions are still available, such as using CURL calls, exec calls, and COM…
By Jorge Castro | Jan 02, 2025


Optimizing Factory Data Creation with Laravel's recycle Method

Laravel's factory system introduces the recycle method, allowing efficient reuse of model instances across multiple factory calls. This feature is particularly valuable when creating complex data structures with shared relationships.
// Basic recycli…
By David Nguyen | Jan 04, 2025


Simplify Laravel Deployment with an Automated Nginx Server Setup.

Setting up an Nginx server to deploy Laravel applications can be a daunting task, especially for developers who don’t work on servers every day. The process often involves installing and configuring multiple dependencies such as PHP extensions, Node….
By Md Muhaiminul Islam Shihab | Jan 04, 2025


Laravel 11 with Inertia.js: A Step-by-Step Guide

Laravel 11 is the latest and greatest version of the popular PHP framework, and when combined with Inertia.js, it offers an elegant way to build modern single-page applications (SPAs) without the need for a full-fledged front-end framework. In this g…
By Amit Pandey | Jan 04, 2025


Is PHP Still Relevant in 2025?

As we gear up for 2025, one question continues to echo through the halls of programming forums: Is PHP still relevant? Often regarded as the most trolled language on the internet, PHP has seen its fair share of criticism. However, I have a soft spot …
By Himanshu Yadav | Jan 05, 2025


#4 Triển khai Filament CMS trên Laravel

Laravel 11.37.0Filament 3.2

Tạo dự án Laravel

composer create-project laravel/laravel laravel-filament

Di chuyển đến thư mục dự án

cd laravel-filament

Start dự án

php artisan serve

Code chạy ở http://localhost:8000

Cài filament

composer r…
By Hoang Nguyen Viet | Jan 05, 2025



#Mastering Laravel

Feature flags: Temporary tool or permanent solution?

What are they being used for?
By Joel Clermont | Dec 30, 2024


Don't let one-time commands stick around forever

Tidy up after yourself
By Joel Clermont | Dec 31, 2024


Take a moment to reflect periodically

I like to do it once a quarter
By Joel Clermont | Jan 01, 2025


Don't forget about DB queries when auditing model changes

You want a complete record
By Joel Clermont | Jan 02, 2025


Does listener order matter?

And would I rely on it?
By Joel Clermont | Jan 03, 2025



#Dev.to

2466. Count Ways To Build Good Strings

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


Are You Still Using MAMP in 2025?

#webdev #programming #php #beginners
By Angela Swift | Dec 30, 2024


PHP Frameworks: hidden errors to avoid

#php #beginners #symfony #laravel
By spO0q | Dec 30, 2024


Build Bug-Free Applications using Laravel Unit Testing

#laravel #php #beginners #womenintech
By Snehal Rajeev Moon | Dec 30, 2024


MitM Attacks in Laravel: Prevention and Coding Examples

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


983. Minimum Cost For Tickets

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


PHP

#php
By ali yara | Dec 31, 2024


Implementing & testing Socialite authentication in Laravel

#laravel #php #pest #socialite
By Tyler Smith | Dec 31, 2024


Hello from Symfony

#symfony #twig #testing #php
By Abdouni Abdelkarim | Dec 31, 2024


Understanding the Laravel Request Lifecycle (Laravel 11)

#laravel #beginners #learning #php
By Richa | Jan 01, 2025


Day 5: Use Supabase with Laravel

#laravel #php #beginners #tutorial
By Ehtesham Ali | Jan 01, 2025


Secure and Scalable Encoding Made Easy with Laravel Encoder: A Complete Tutorial

#laravel #php #encoding #decoding
By A.S Nasseri | Jan 01, 2025


PHP 8.x Features You Should Be Using in 2025

#php #web #development #newyearchallenge
By Patoliya Infotech | Jan 01, 2025


I Finally Found the Perfect Alternative to MAMP

#webdev #programming #php #productivity
By proprzzzz | Jan 01, 2025


1422. Maximum Score After Splitting a String

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 01, 2025


WebForms Core Technology in PHP

#php #laravel #symfony #backend
By elanatframework | Jan 02, 2025


PHP, Python, Node.js, which one is the most suitable for writing crawlers?

#php #python #node #proxyip
By 98IP 代理 | Jan 02, 2025


Building a PSR-11 Compatible Dependency Injection Container with PHP 8.4 Lazy Objects

#php #container #dependencyinversion #psr
By Wesley Teixeira | Jan 02, 2025


PHP 8.4: Top Features and Improvements

#php #webdev #tutorial #programming
By Olushola O. | Jan 02, 2025


2559. Count Vowel Strings in Ranges

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 02, 2025


Open Redirects in Laravel: A Critical Guide to Secure Your Application

#cybersecurity #vulnerabilities #laravel #security
By Pentest Testing Corp | Jan 02, 2025


How to Test for Equal JSON Columns in Laravel Models

#laravel #php #testing #database
By Ivan Mykhavko | Jan 02, 2025


Laravel Authentication Using Passport

#laravel #authentication #php #api
By Anas Hussain | Jan 02, 2025


PHP OOP Part-2: Constructor and Destructor

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


Battle of the Local Development: ServBay vs. MAMP

#webdev #programming #php #laravel
By crawomg | Jan 02, 2025


PHP OOP Part-1: Introduction, Object, and Class

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


PHP OOP Part-7: Composition vs Inheritance and Dependency Injection

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


PHP OOP Part-6: Polymorphism

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


PHP OOP Part-5: Abstraction and Interface

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


PHP OOP Part-4: Static property, method and this vs self

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


PHP OOP Part-3: Access modifier, Encapsulation and Inheritance

#php #oop #beginners #basic
By Jamir Hossain | Jan 02, 2025


How Can Help You in This Cron JOB Code?

#php #webdev #programming
By Aneesa Ali | Jan 02, 2025


The anatomy of smart search in Joomla 5. Creating a plugin Part 3

#joomla #php #webdev #search
By Sergey Tolkachyov | Jan 03, 2025


Best PHP, Laravel, and Symfony conferences to attend in 2025

#php #symfony #laravel #techtalks
By Roberto B. | Jan 03, 2025


Static methods in a PHP project: a good idea or a bad one?

#php
By David Godefroid | Jan 03, 2025


How to Set Up Laravel in a Subfolder Using Traefik

#docker #laravel #traefik #php
By Ferri Sutanto | Jan 03, 2025


2270. Number of Ways to Split Array

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 03, 2025


Introducing Lithe SwissHelper: Simplifying PHP Development

#php #lithe #webdev #helpers
By Lithe | Jan 03, 2025


Introduzindo o Lithe SwissHelper: Simplificando o Desenvolvimento em PHP

#php #webdev #helpers #lithe
By Lithe | Jan 03, 2025


Samarium erp

#laravel #livewire #webdev #opensource
By Basebasket | Jan 03, 2025


Intro To Laravel Folio

#laravel #folio #laravelfolio
By Yasser Elgammal | Jan 04, 2025


🚇 Backend Roadmap Progress and Digging Code Updates

#backend #php #laravel #webdev
By Mahmoud Ramadan | Jan 03, 2025


Why I Built the Laravel Encoding Package I Couldn’t Find Anywhere Else

#php #laravel #encoding #hashid
By A.S Nasseri | Jan 04, 2025


How to Process Incoming Emails and Trigger Webhooks, In-App Actions, and More Using Cloudflare Email Workers and D1 Database

#laravel #cloudflare #workers #automation
By Elvis Ansima | Jan 04, 2025


Effortless Flash Messages in PHP: A Powerful Package for Session-Based Notifications

#php #flashmessages #webdev #phpdevelopment
By A.S Nasseri | Jan 04, 2025


1930. Unique Length-3 Palindromic Subsequences

#programming #php #algorithms #leetcode
By MD ARIFUL HAQUE | Jan 04, 2025


Set Up a Laravel Backend and Next.js Frontend Development Environment with Docker within 5 minutes

#laravel #nextjs
By softjapan | Jan 04, 2025


Laravel route alternatives

#php #laravel
By david duymelinck | Jan 05, 2025


Laravel Debugbar for Next.js

#laravel #nextjs #typescript #php
By Sebastian Pavel | Jan 05, 2025


Symfony Station Communiqué — 03 January 2025 — A look at Symfony, Drupal, PHP, and other programming news!

#symfony #drupal #joomla #php
By Reuben Walker, Jr. | Jan 05, 2025


Path Manipulation in Laravel: Secure Your App from Vulnerabilities

#cybersecurity #laravel #vulnerabilities #php
By Pentest Testing Corp | Jan 05, 2025


What is the current market demand for Laravel?

#webdev #php #laravel #mysql
By Sarath | Jan 05, 2025


Laravel Eloquent ORM in Bangla Part-1(Generating Model Classes)

#laravel #mysql #php #webdev
By Sontus Chandra Anik | Jan 05, 2025


2381. Shifting Letters II

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 05, 2025


How to Generate Invoice PDF in Laravel?

#laravel #php #pdf #tutorial
By Msh Sayket | Jan 05, 2025


How To Install & Setup Laravel Livewire 3

#laravel #php #livewire #tutorial
By Msh Sayket | Jan 05, 2025


How to Redirect URL or Route using Laravel Livewire 3

#livewire #laravel #php #webdev
By Msh Sayket | Jan 05, 2025


PHP for Beginners: Building Your First Database-Driven Web App

#webdev #php #tutorial #beginners
By Sachin Sharma | Jan 05, 2025


How to Insert Multiple Records in Laravel

#webdev #beginners #tutorial #laravel
By Msh Sayket | Jan 05, 2025



#Amit Merchant

Finding Duplicates in Laravel Collections

Need to track down duplicates in your collection? Laravel's duplicates methods provide a simple way to find repeated values, whether they're simple types or nested attributes.Basic UsageFind duplicates with regular and strict checking:// Regular duplicate checking$collection = collect(['a', 'b'
By Harris Raftopoulos | Dec 30, 2024


String Repetition in Laravel with repeat Method

Need to repeat a string multiple times? Laravel's Str::repeat method offers a simple solution for creating repeated string patterns.Basic UsageRepeat a string a specific number of times:use Illuminate\Support\Str;$string = 'a';$repeat = Str::repeat($string, 5);// Result: 'aaaaa'Real-World
By Harris Raftopoulos | Dec 31, 2024


Replace String Prefixes with Laravel's replaceStart Method

Need to replace text at the beginning of a string? Laravel's Str::replaceStart method offers a precise way to modify strings only when they start with specific content.Basic UsageReplace text at the start of a string:use Illuminate\Support\Str;// Successful replacement$replaced = Str::replaceStart('
By Harris Raftopoulos | Jan 02, 2025


Precise Collection Filtering with Laravel's whereNotInStrict

Need precise filtering in your collections? Laravel's whereNotInStrict method provides strict comparison filtering, ensuring exact type and value matches when excluding items.Basic UsageFilter collections with strict type checking:$collection = collect([ ['id' => 1, 'value' => '100'], ['id' =>
By Harris Raftopoulos | Jan 03, 2025



#IT Solution Stuff

Session Flash Messages in Laravel Livewire 3 | EP 4

In this post, I will show how to display session flash messages using laravel liveiwre 3.

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


Redirect URL or Route in Laravel Livewire 3 | EP 5

In this post, I will show how to redirect url or route using laravel liveiwre 3.

In this example, we will create a PhotoUpload Livewire component. This component will feature a form with a file input…..
#Laravel Laravel Livewire
By Hardik Savani | Jan 01, 2025


Download File in Laravel Livewire 3 | EP 6

In this post, I will show you how to download file and photo in laravel liveiwre 3.

In this example, we will create a PhotoUpload Livewire component. This component will feature a form with a file in…..
#Laravel Laravel Livewire
By Hardik Savani | Jan 04, 2025