DEV Community

PHP

Home for all the PHP-related posts on Dev.to!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
PHP - Create your own Data Validator in PHP: Step-by-Step

PHP - Create your own Data Validator in PHP: Step-by-Step

32
Comments 6
4 min read
Let's talk about CORS & frontend with vite

Let's talk about CORS & frontend with vite

1
Comments
3 min read
Magento Acl

Magento Acl

1
Comments
6 min read
Laravel Ecommerce Tutorial: Part 9, SEO

Laravel Ecommerce Tutorial: Part 9, SEO

1
Comments
5 min read
Hablemos de CORS & frontend con vite

Hablemos de CORS & frontend con vite

Comments 1
3 min read
Laravel API Error Exception Handling Methodologies.

Laravel API Error Exception Handling Methodologies.

1
Comments
2 min read
Design Patterns in PHP 8: Flyweight

Design Patterns in PHP 8: Flyweight

73
Comments 2
4 min read
How can i display data by category in laravel

How can i display data by category in laravel

Comments 1
1 min read
Laravel-Hands-On, a Learning resource for Laravel beginners

Laravel-Hands-On, a Learning resource for Laravel beginners

6
Comments
1 min read
Enjoyable PHP Testing with PestPHP

Enjoyable PHP Testing with PestPHP

Comments
2 min read
Symfony Station Communiqué - 21 July 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

Symfony Station Communiqué - 21 July 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

2
Comments
11 min read
Writing Custom PHPStan Rule to prohibit business logic in controllers

Writing Custom PHPStan Rule to prohibit business logic in controllers

4
Comments
4 min read
What I Learned Building a Data Sync Plugin for WordPress in 2023 ⛓🎈

What I Learned Building a Data Sync Plugin for WordPress in 2023 ⛓🎈

1
Comments
6 min read
Bypassing PHP WAF to Achieve Remote Code Execution In-Depth Analysis

Bypassing PHP WAF to Achieve Remote Code Execution In-Depth Analysis

Comments
5 min read
Advanced Error Handling in Laravel

Advanced Error Handling in Laravel

8
Comments
7 min read
Building an e-commerce website with Laravel

Building an e-commerce website with Laravel

Comments
4 min read
Run Duster with Husky in Laravel

Run Duster with Husky in Laravel

1
Comments 4
3 min read
Understanding PHP-FPM: A Comprehensive Guide

Understanding PHP-FPM: A Comprehensive Guide

10
Comments
4 min read
Mastering Laravel: Top 10 Training Tasks to Showcase Your Skills

Mastering Laravel: Top 10 Training Tasks to Showcase Your Skills

9
Comments
2 min read
Design Patterns in PHP 8: Builder

Design Patterns in PHP 8: Builder

53
Comments 7
4 min read
The Difference Between Laravel and Symfony: Which One Is More Suitable for You?

The Difference Between Laravel and Symfony: Which One Is More Suitable for You?

8
Comments 1
3 min read
Navigating Magento 2 Architecture: Discovering Plugin Architecture for Newcomers

Navigating Magento 2 Architecture: Discovering Plugin Architecture for Newcomers

1
Comments
3 min read
3 VSCode extensions I use for PHP development

3 VSCode extensions I use for PHP development

1
Comments
2 min read
The difference between injecting a service directly into a view and injecting services into a view via the route definition

The difference between injecting a service directly into a view and injecting services into a view via the route definition

11
Comments
2 min read
Building with PHP in the Era of Microservices and API-Driven Architectures

Building with PHP in the Era of Microservices and API-Driven Architectures

2
Comments
3 min read
Multiple PHP version on Windows 10

Multiple PHP version on Windows 10

10
Comments 1
2 min read
S Database Explorer (SDE) v3.0.0

S Database Explorer (SDE) v3.0.0

Comments
3 min read
Page keep redirecting back to the same page while it should be redirected to another page in Laravel Project

Page keep redirecting back to the same page while it should be redirected to another page in Laravel Project

2
Comments 2
2 min read
Symfony Station Communiqué — 14 July 2023. A look at Symfony, Drupal, PHP, Cybersecurity, and Fediverse news!

Symfony Station Communiqué — 14 July 2023. A look at Symfony, Drupal, PHP, Cybersecurity, and Fediverse news!

3
Comments
11 min read
Exploring Commonly Used Methods in Laravel's App:: Facade

Exploring Commonly Used Methods in Laravel's App:: Facade

5
Comments
3 min read
Mastering Database Transactions in Laravel

Mastering Database Transactions in Laravel

2
Comments
2 min read
Using S3 Lifecyle Rules with Spatie Laravel Backups

Using S3 Lifecyle Rules with Spatie Laravel Backups

Comments
2 min read
Implement UUID primary key in Laravel, and its benefits

Implement UUID primary key in Laravel, and its benefits

22
Comments 3
9 min read
Connecting to Serverless MQTT Broker in PHP

Connecting to Serverless MQTT Broker in PHP

Comments
5 min read
Have You Ever Heard of Twig?

Have You Ever Heard of Twig?

11
Comments 2
2 min read
Testing an external api using PHPUnit

Testing an external api using PHPUnit

8
Comments 8
4 min read
Validating Base64 Images by Size in Laravel: A How-to Guide

Validating Base64 Images by Size in Laravel: A How-to Guide

3
Comments
2 min read
PHP 8.2: the SensitiveParameter attribute

PHP 8.2: the SensitiveParameter attribute

15
Comments 1
1 min read
Laravel Ecommerce Tutorial: Part 7, Product Options

Laravel Ecommerce Tutorial: Part 7, Product Options

1
Comments
16 min read
Laravel Ecommerce Tutorial: Part 6.3, Editing Products

Laravel Ecommerce Tutorial: Part 6.3, Editing Products

1
Comments
7 min read
Laravel Ecommerce Tutorial: Part 6.4, Refactoring Products

Laravel Ecommerce Tutorial: Part 6.4, Refactoring Products

3
Comments
5 min read
Sending bulk emails in Laravel 10 using Mailgun

Sending bulk emails in Laravel 10 using Mailgun

6
Comments
1 min read
The Power of @stack in Laravel's Blade

The Power of @stack in Laravel's Blade

6
Comments 3
3 min read
Installing PHP Unit

Installing PHP Unit

7
Comments
1 min read
Dominando Laravel 2023

Dominando Laravel 2023

4
Comments
37 min read
Dive into Laravel Sanctum Token Abilities

Dive into Laravel Sanctum Token Abilities

1
Comments
2 min read
PHP for Beginners

PHP for Beginners

4
Comments
3 min read
$loop in Laravel's foreach

$loop in Laravel's foreach

6
Comments 1
2 min read
Symfony Station Communiqué — 7 July 2023. A look at Symfony, Drupal, PHP, Cybersecurity, and Fediverse News.

Symfony Station Communiqué — 7 July 2023. A look at Symfony, Drupal, PHP, Cybersecurity, and Fediverse News.

3
Comments
10 min read
How to install latest PHP on Windows 11

How to install latest PHP on Windows 11

6
Comments 7
2 min read
Choosing Between Static and Non-Static Methods in PHP: Real-World Use Cases and Code Examples

Choosing Between Static and Non-Static Methods in PHP: Real-World Use Cases and Code Examples

3
Comments 3
3 min read
API Platform up and running in 5 minutes 🚀

API Platform up and running in 5 minutes 🚀

4
Comments
2 min read
100 Days Coding Challenge - Day 19: System information with PHP, JS, MySQL and CSS/HTML

100 Days Coding Challenge - Day 19: System information with PHP, JS, MySQL and CSS/HTML

2
Comments
1 min read
Laravel Validation: Tips and Tricks for Building Secure Applications

Laravel Validation: Tips and Tricks for Building Secure Applications

1
Comments
1 min read
Efficient counters storage for your entities in Redis

Efficient counters storage for your entities in Redis

3
Comments
4 min read
Dev Environment with docker, php and Xdebug3!

Dev Environment with docker, php and Xdebug3!

Comments
2 min read
Validando requests no Symfony Framework

Validando requests no Symfony Framework

8
Comments
8 min read
The Art of Resource Optimization: Lessons from Restaurant Operations for Server Efficiency

The Art of Resource Optimization: Lessons from Restaurant Operations for Server Efficiency

7
Comments
4 min read
Dealing with incorrect PHP Intelephense errors in your Laravel Project

Dealing with incorrect PHP Intelephense errors in your Laravel Project

Comments
3 min read
Multi-Role System in Laravel

Multi-Role System in Laravel

2
Comments
2 min read
loading...