Articles by Tag #php

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

My work setup for PHP development

These days the majority of my (programming) work is (in order of SLOC): PHP, Javascript (including...

Learn More 125 24Jul 10 '24

Dockerize a Laravel 11 app

Dockerizing a Laravel application is not as simple as it seems, which is why today I will guide you...

Learn More 107 7Jun 28 '24

How to Integrate Firebase with Laravel 11?

Laravel and Firebase are two powerful tools that can significantly enhance the development of modern...

Learn More 95 1Aug 29 '24

As a Google Web Developer, I’d like to introduce my top 5 go-to tools

I’m a Web Developer who has been working at Google for 5 years. I often get asked by other...

Learn More 91 12Jul 18 '24

What’s Wrong With PHP? Why Developers Hate It

PHP has been hated for decades, and whether it deserves it or not. What’s going on, guys? In this...

Learn More 86 66Feb 18

Laravel Passport: API authentication with access and refresh token

In Laravel, we can use authentication systems like Sanctum, and Passport. Still, Passport is one of...

Learn More 84 10May 22 '24

Dangers of AI coding tools

I have written hundreds of thousands of lines of code over my 15 years; writing some types of code...

Learn More 71 21Jan 8

PHP is a Single-Threaded Language, So How Does Laravel Handle Queue Jobs Asynchronously?

PHP is known as a single-threaded language, meaning it can only execute one task at a time within a...

Learn More 68 18Nov 28 '24

Deploy Laravel application using Vercel

Hello Artisans, In this blog post, we will see how to deploy the laravel application on Vercel. It...

Learn More 67 3Jun 25 '24

9 Developer Fixes You Need Right Now (Seriously)

Every dev has been there—hours lost debugging some ridiculous issue that shouldn’t even exist. But...

Learn More 59 0Feb 5

Simples Mudanças, Grandes Impactos: Como Fortalecer a Segurança da Sua Aplicação Laravel

Se você já trabalhou em algum projeto Laravel com certeza já ter percebido como o framework entrega...

Learn More 56 6Sep 1 '24

Why PHP is Gaining Popularity in 2024: The Unexpected Comeback of a Classic Language

PHP has been a cornerstone of web development for over two decades, powering millions of websites and...

Learn More 56 39Oct 9 '24

Cybersecurity Beginner's Guide: Build Your Own Vulnerable Lab in 5 Minutes (DVWA + More)

In cybersecurity learning and hands-on training, a cyber range is a must-have environment. It...

Learn More 54 4Apr 17

Turn a country code into an emoji flag (US ➡️ 🇺🇸)

Flag emojis are a fun and visual way to represent countries and regions. These emojis are part of the...

Learn More 53 6May 21 '24

Project Management with Task Manager: An Open-Source Laravel Application

Task Manager In today's fast-paced development world, managing projects and tasks...

Learn More 53 12Jul 4 '24

Why PHP 8 Has High Performance

The performance improvements in PHP 8 are due to several factors: the introduction of the JIT...

Learn More 52 2Sep 9 '24

(My first time) Installing Laravel

Sometimes, especially when you're at the beginning of your career, it can seem that you're following...

Learn More 48 25Nov 24 '24

How I plan on scaling my Laravel (PHP) application

I am building 10MPage.com which captures the state of the internet in 2025. Every internet user is...

Learn More 47 8Jan 22

How to Register Middleware in Laravel 11

Middleware is an essential component in Laravel applications, allowing you to filter HTTP requests...

Learn More 46 3Jun 19 '24

PHP 8.4’s array_find Function: Innovative and Practical, or Just a Nice-to-Have?

💡PHP 8.4 introduces a new function, array_find, which makes array searching more elegant. But is it...

Learn More 46 5Apr 15

Laravel 11 + Inertia JS (VUE) CRUD Example: Part 1

Hello Artisan, In today's blog post, we'll see how to use laravel 11 and Inertia js to build Single...

Learn More 45 0Jun 7 '24

TomatoPHP Filament Plugins

Hello, Laravel and PHP enthusiasts! We are excited to announce that we are enhancing our...

Learn More 45 2Jun 19 '24

Clean Code Architecture in Laravel: A Practical Guide

If you’ve been developing with Laravel for a while, you’ve probably heard the phrase "clean code"...

Learn More 43 3Oct 21 '24

Why you should upgrade to PHP 8.4 (or at least a supported PHP version)

PHP is the backbone of countless web applications, powering nearly 80% of websites globally. However,...

Learn More 43 4Nov 28 '24

Have you used Rust (or Go, or anything else) and just felt relieved by how they treat errors?

Alright, I need to vent. I've reflecting about engineering recently I swear, exception handling in...

Learn More 42 10Mar 31

Website Design Examples for Inspiration on Websitevice

Websitevice is a generous website design examples gallery that provides inspiration to busy...

Learn More 42 29Nov 15 '24

How to Build an API with Laravel Breeze in Laravel 11

A step-by-step guide on building a simple API with authentication using Laravel Breeze in Laravel 11.

Learn More 41 3Jul 12 '24

PHP isn't the worst programming language, so why do so many people criticize it?

Because it’s currently 77% of the internet right now Despite the frequent jests directed at PHP,...

Learn More 40 56May 13 '24

100+ Free PHP Resources Every Developer Must Try in 2024!

📚 Introduction Did you know that PHP powers over 79% of all websites? This statistic...

Learn More 39 16Oct 29 '24

Tired of PHP Version Hell? ServBay Makes Multi-Version Management a Breeze

The Developer's Version Nightmare😭 If you've ever juggled a legacy PHP 7.4 project in the morning and...

Learn More 38 2Apr 7