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.
Object Oriented PHP (Lesson 3: Inheritance)

Object Oriented PHP (Lesson 3: Inheritance)

13
Comments
2 min read
Using Fixtures In Testing Symfony Application

Using Fixtures In Testing Symfony Application

31
Comments 1
3 min read
Design Pattern: Singleton - Probably the easiest explanation!

Design Pattern: Singleton - Probably the easiest explanation!

5
Comments
2 min read
How to Use MongoDB With Laravel

How to Use MongoDB With Laravel

24
Comments 1
13 min read
How to Read XML File in Laravel 6,7,8

How to Read XML File in Laravel 6,7,8

2
Comments
1 min read
Fetch random items that are *likely* popular

Fetch random items that are *likely* popular

3
Comments
7 min read
Inicio Rápido en Laravel + tailwindcss + jetstream +tallforms + laravel-livewire-tables

Inicio Rápido en Laravel + tailwindcss + jetstream +tallforms + laravel-livewire-tables

8
Comments
1 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 30

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 30

3
Comments 1
1 min read
Detectar campo modificado al guardar un modelo en Laravel

Detectar campo modificado al guardar un modelo en Laravel

5
Comments 3
1 min read
Do not expose database ids in your URLs

Do not expose database ids in your URLs

61
Comments 5
3 min read
Setting session time in and out for a safe PHP login script.

Setting session time in and out for a safe PHP login script.

6
Comments
13 min read
How to Integrate PayPal Payment Gateway in Laravel 8.x

How to Integrate PayPal Payment Gateway in Laravel 8.x

19
Comments 5
7 min read
create a fake webmail with roundcube like mailtrap

create a fake webmail with roundcube like mailtrap

4
Comments 2
1 min read
Laravel for Beginners : a Quick Guide - 8

Laravel for Beginners : a Quick Guide - 8

5
Comments
5 min read
How to Add Breadcrumbs to Your Laravel Website

How to Add Breadcrumbs to Your Laravel Website

11
Comments
7 min read
Understand more magic methods: __callStatic()

Understand more magic methods: __callStatic()

8
Comments
2 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 18

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 18

4
Comments
1 min read
Cómo superar una prueba técnica PHP - segunda parte

Cómo superar una prueba técnica PHP - segunda parte

2
Comments
2 min read
Using Docker for Slim 4 application development environment

Using Docker for Slim 4 application development environment

33
Comments 3
4 min read
Membuat CRUD dengan PHP dan MySQLi

Membuat CRUD dengan PHP dan MySQLi

2
Comments
1 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 17

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 17

4
Comments
1 min read
Object Oriented PHP (Lesson 2: Objects & Static Methods)

Object Oriented PHP (Lesson 2: Objects & Static Methods)

13
Comments
2 min read
Object Oriented PHP (Lesson 1: Classes)

Object Oriented PHP (Lesson 1: Classes)

16
Comments
2 min read
Laravel Octane: Build your first plugin for RoadRunner

Laravel Octane: Build your first plugin for RoadRunner

4
Comments
5 min read
Laravel Scopes

Laravel Scopes

4
Comments
4 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 27

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 27

9
Comments
1 min read
Dynamic image handling with Glide and GraphQL

Dynamic image handling with Glide and GraphQL

5
Comments 1
7 min read
Introducing Slim 4

Introducing Slim 4

25
Comments 2
3 min read
Sync ES data with your mysql db

Sync ES data with your mysql db

2
Comments
2 min read
How to Hide Admin Bar in WordPress?

How to Hide Admin Bar in WordPress?

4
Comments
1 min read
PHP Laravel Development with Kubernetes using DevSpace - Developer Edition

PHP Laravel Development with Kubernetes using DevSpace - Developer Edition

7
Comments 1
8 min read
Krayin - Opensource Laravel CRM Package

Krayin - Opensource Laravel CRM Package

7
Comments
1 min read
Component Form Symfony

Component Form Symfony

3
Comments
3 min read
Google Calendar Integration with Laravel Project.

Google Calendar Integration with Laravel Project.

3
Comments
1 min read
Using PHP namespaces in WordPress plugins + creating an autoloader

Using PHP namespaces in WordPress plugins + creating an autoloader

8
Comments
6 min read
[PHP curtas] — Funções empty e isset: Esse valor realmente existe?

[PHP curtas] — Funções empty e isset: Esse valor realmente existe?

4
Comments
2 min read
Liman MYS setup on Ubuntu 20.04

Liman MYS setup on Ubuntu 20.04

6
Comments
2 min read
Finding Where A Function Is Defined With PHP!

Finding Where A Function Is Defined With PHP!

5
Comments
2 min read
DataTables Server-side Processing with PHP and MySQL

DataTables Server-side Processing with PHP and MySQL

2
Comments
1 min read
How to use the dev.to API!

How to use the dev.to API!

55
Comments 3
2 min read
PHPloy - incremental Git FTP and SFTP deployment tool

PHPloy - incremental Git FTP and SFTP deployment tool

4
Comments
7 min read
Clean Architecture with Laravel

Clean Architecture with Laravel

193
Comments 33
7 min read
How To Automate Deploys With Gitlab CI/CD And Deployer

How To Automate Deploys With Gitlab CI/CD And Deployer

34
Comments 1
9 min read
php 8 fun

php 8 fun

4
Comments 1
1 min read
The Next Generation PHP Framework: CandyPHP

The Next Generation PHP Framework: CandyPHP

8
Comments
2 min read
These 7 PHP mistakes leave your website open to the hackers

These 7 PHP mistakes leave your website open to the hackers

33
Comments 6
4 min read
How to Assert Redirects to Signed URLs in Laravel Tests

How to Assert Redirects to Signed URLs in Laravel Tests

8
Comments
4 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 11

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 11

29
Comments
1 min read
Liman MYS setup on Ubuntu 18.04

Liman MYS setup on Ubuntu 18.04

6
Comments
2 min read
Is PHP compilable?! PVS-Studio searches for errors in PeachPie

Is PHP compilable?! PVS-Studio searches for errors in PeachPie

5
Comments
22 min read
Beware of PHP’s strcmp() function when sorting

Beware of PHP’s strcmp() function when sorting

23
Comments 4
2 min read
Handle OTP Auth via your own source code

Handle OTP Auth via your own source code

12
Comments
4 min read
Laravel for Beginners : a Quick Guide - 7

Laravel for Beginners : a Quick Guide - 7

3
Comments 2
4 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 10

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 10

2
Comments
1 min read
Useful WooCommerce Hooks

Useful WooCommerce Hooks

4
Comments
1 min read
A Primer to Service Container in Laravel

A Primer to Service Container in Laravel

10
Comments
7 min read
A clean way to safely call your potentially destructive methods in PHP

A clean way to safely call your potentially destructive methods in PHP

26
Comments
5 min read
Laravel for Beginners : a Quick Guide - 6

Laravel for Beginners : a Quick Guide - 6

12
Comments
4 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 19

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 19

17
Comments 1
1 min read
Spaceship, Ternary and Null Coalescing operators in PHP: Quick examples

Spaceship, Ternary and Null Coalescing operators in PHP: Quick examples

3
Comments
1 min read
loading...