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.
Adding PHPUnit Test Log and Coverage to GitLab CI/CD Pipeline

Adding PHPUnit Test Log and Coverage to GitLab CI/CD Pipeline

10
Comments 4
7 min read
Laravel: Update Actions Simplified

Laravel: Update Actions Simplified

15
Comments 4
9 min read
Your first payload (XUMM PHP SDK)

Your first payload (XUMM PHP SDK)

6
Comments 1
2 min read
Add Laravel Installer in MontereyOS

Add Laravel Installer in MontereyOS

6
Comments
1 min read
Install Laravel Valet in MontereyOS

Install Laravel Valet in MontereyOS

6
Comments
1 min read
Install PHP and Composer in MontereyOS

Install PHP and Composer in MontereyOS

8
Comments 1
2 min read
Install Homebrew in MontereyOS

Install Homebrew in MontereyOS

7
Comments
1 min read
Looking for a personal (Svelte) stack

Looking for a personal (Svelte) stack

4
Comments 2
3 min read
Testing in Laravel

Testing in Laravel

9
Comments 1
1 min read
Symfony Station Communiqué - 22 April 2022. A look at Symfony, PHP, and Cybersecurity News!

Symfony Station Communiqué - 22 April 2022. A look at Symfony, PHP, and Cybersecurity News!

6
Comments
10 min read
Announcing PHPWeekly's 7 Day Book Giveaway

Announcing PHPWeekly's 7 Day Book Giveaway

4
Comments
1 min read
Creating a new HydePHP app from scratch

Creating a new HydePHP app from scratch

7
Comments
7 min read
Building Secured PHP RESTful API in Laravel 8 with Sanctum

Building Secured PHP RESTful API in Laravel 8 with Sanctum

11
Comments
9 min read
Defensive Coding Reloaded: A Guide To Active Web Application Defence

Defensive Coding Reloaded: A Guide To Active Web Application Defence

10
Comments
2 min read
Add MetaMask Login to Your Web Application - Laravel

Add MetaMask Login to Your Web Application - Laravel

7
Comments
1 min read
Laravel Temporary URL for local storage driver

Laravel Temporary URL for local storage driver

25
Comments 10
1 min read
Forest Admin: A Laravel Nova alternative

Forest Admin: A Laravel Nova alternative

28
Comments
8 min read
Membuat Custom Helper Codeigniter 4

Membuat Custom Helper Codeigniter 4

5
Comments
1 min read
PHP - Colour inversion

PHP - Colour inversion

6
Comments
1 min read
Difference between Service and Service Provider

Difference between Service and Service Provider

8
Comments 2
1 min read
jQuery Datatables Ajax PHP and MySQL using PDO Example

jQuery Datatables Ajax PHP and MySQL using PDO Example

12
Comments
3 min read
Field Guide to Writing More Readable Code - Laravel

Field Guide to Writing More Readable Code - Laravel

10
Comments
1 min read
How organize big projects in Laravel?

How organize big projects in Laravel?

8
Comments
3 min read
Building Laravel 8 Eloquent Query Example

Building Laravel 8 Eloquent Query Example

8
Comments
1 min read
How to add Default Eloquent Model Values on Laravel 8?

How to add Default Eloquent Model Values on Laravel 8?

7
Comments
2 min read
How to Create Model in Laravel 8?

How to Create Model in Laravel 8?

8
Comments
2 min read
How To Use Laravel 8 SQLite Database using Windows

How To Use Laravel 8 SQLite Database using Windows

5
Comments
2 min read
Change Primary Key and Timestamps in Laravel 8

Change Primary Key and Timestamps in Laravel 8

6
Comments
2 min read
PHP Related Small Tips for Improving the Speed of Writing Program

PHP Related Small Tips for Improving the Speed of Writing Program

9
Comments
2 min read
Legacy code - strangle or tame?

Legacy code - strangle or tame?

14
Comments
7 min read
PHP - Named Arguments

PHP - Named Arguments

5
Comments
1 min read
Set Up Twig for Web Projects in WampServer on Windows

Set Up Twig for Web Projects in WampServer on Windows

5
Comments
3 min read
Render a DateTime Object in Twig

Render a DateTime Object in Twig

4
Comments
2 min read
String Concatenation and Interpolation in Twig

String Concatenation and Interpolation in Twig

5
Comments
1 min read
Swoole: o PHP concorrente

Swoole: o PHP concorrente

5
Comments
3 min read
VS Code Extensions for PHP Laravel Developer

VS Code Extensions for PHP Laravel Developer

29
Comments 2
3 min read
Write Your Own Filters and Functions in Twig

Write Your Own Filters and Functions in Twig

8
Comments
2 min read
How to Create Multiple Wildcard Routes at the Same Root Path in Laravel.

How to Create Multiple Wildcard Routes at the Same Root Path in Laravel.

11
Comments
7 min read
Simple Docker setup for Symfony project

Simple Docker setup for Symfony project

8
Comments
7 min read
Symfony Station Communiqué - 15 April 2022. A look at Symfony and PHP news!

Symfony Station Communiqué - 15 April 2022. A look at Symfony and PHP news!

4
Comments
10 min read
Why does a PHP Developer need to use codeigniter framework?

Why does a PHP Developer need to use codeigniter framework?

6
Comments
1 min read
Automation — PHP Code Formatting before(pre) git commit

Automation — PHP Code Formatting before(pre) git commit

3
Comments
1 min read
Real Time Events Using Soketi - Laravel 9

Real Time Events Using Soketi - Laravel 9

2
Comments
1 min read
Insecure Deserialization For Beginners

Insecure Deserialization For Beginners

16
Comments
3 min read
Beginner’s Guide to Laravel API Resource

Beginner’s Guide to Laravel API Resource

5
Comments
1 min read
Why do we use tailwind?

Why do we use tailwind?

5
Comments
1 min read
Creating docker environment for laravel project with Devilbox

Creating docker environment for laravel project with Devilbox

5
Comments
5 min read
Menghitung Selisih Antara Dua Tanggal Dengan Php

Menghitung Selisih Antara Dua Tanggal Dengan Php

6
Comments 1
1 min read
New Things Added - Laravel 9.7 Released

New Things Added - Laravel 9.7 Released

8
Comments 2
2 min read
Find position of an element of array using binary search

Find position of an element of array using binary search

9
Comments
2 min read
OpenLampTech newsletter issue #21

OpenLampTech newsletter issue #21

3
Comments
1 min read
Tell me you're php developer without telling me you're a php developer..

Tell me you're php developer without telling me you're a php developer..

3
Comments
1 min read
How to fix: Allowed memory size exhausted for Laravel Valet

How to fix: Allowed memory size exhausted for Laravel Valet

8
Comments
1 min read
Database Transactions - Laravel

Database Transactions - Laravel

8
Comments
2 min read
Using callbacks to prevent code duplication

Using callbacks to prevent code duplication

10
Comments
2 min read
How to send Emails in PHP?

How to send Emails in PHP?

7
Comments
5 min read
Docker - When "tty: true" is necessary in docker-compose.yml

Docker - When "tty: true" is necessary in docker-compose.yml

7
Comments
3 min read
[PHP] try to reduce overhead of debug logging using Closure(same to anonymous function)

[PHP] try to reduce overhead of debug logging using Closure(same to anonymous function)

7
Comments
5 min read
Creating a DotEnv Loader in PHP

Creating a DotEnv Loader in PHP

5
Comments
2 min read
PHP Realtime Chat Template

PHP Realtime Chat Template

15
Comments 3
1 min read
loading...