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.
How to enable HTTPS in Laravel Homestead

How to enable HTTPS in Laravel Homestead

3
Comments
4 min read
How to Print or Get Last Executed Query in Laravel 8

How to Print or Get Last Executed Query in Laravel 8

10
Comments
2 min read
Laravel 8 Query Log Example

Laravel 8 Query Log Example

6
Comments
1 min read
Como criar formulários do Admin do Magento 2

Como criar formulários do Admin do Magento 2

7
Comments 1
10 min read
Internal Architecture of HydePHP - Part 1: Introduction

Internal Architecture of HydePHP - Part 1: Introduction

8
Comments
5 min read
New Things Added - Laravel 9.9 Released

New Things Added - Laravel 9.9 Released

5
Comments
1 min read
How To Test Mail and Database Notifications in Laravel 8

How To Test Mail and Database Notifications in Laravel 8

6
Comments
3 min read
Contact Form with Recapcha v3 and PHP

Contact Form with Recapcha v3 and PHP

7
Comments
3 min read
Build Warehouse and Store Management System - Pt. 4 - Final

Build Warehouse and Store Management System - Pt. 4 - Final

7
Comments 1
7 min read
How to create a Collection Data Provider and keep Doctrine Extension, Filters and Pagination on it [Api-Platform]

How to create a Collection Data Provider and keep Doctrine Extension, Filters and Pagination on it [Api-Platform]

13
Comments
3 min read
Validation and the Single Responsibility Principle in Object Orientated Programming

Validation and the Single Responsibility Principle in Object Orientated Programming

7
Comments
3 min read
Scaling Laravel with Serverless Redis

Scaling Laravel with Serverless Redis

28
Comments
4 min read
Building a simple PHP dockerized environment

Building a simple PHP dockerized environment

25
Comments 2
4 min read
PHP Array: A Gross Mistake

PHP Array: A Gross Mistake

69
Comments 25
8 min read
Como criar uma Listagem/Grade do Admin do Magento 2 (Admin Grid/Listing)

Como criar uma Listagem/Grade do Admin do Magento 2 (Admin Grid/Listing)

10
Comments
9 min read
Laravel 9 Multi Update or Insert with this 'Magic'

Laravel 9 Multi Update or Insert with this 'Magic'

13
Comments
1 min read
Zebra: series of 6 advantageous PHP libraries/classes

Zebra: series of 6 advantageous PHP libraries/classes

8
Comments
3 min read
More Useful Laravel Tips

More Useful Laravel Tips

10
Comments 1
2 min read
What Is PHP CS Fixer and How It Can Help You Keep Your Code Cleaner

What Is PHP CS Fixer and How It Can Help You Keep Your Code Cleaner

14
Comments 2
3 min read
DDEV + Gitpod = awesome 🚀

DDEV + Gitpod = awesome 🚀

2
Comments
1 min read
How to Implement Laravel Modules Structure with Nwidart Package

How to Implement Laravel Modules Structure with Nwidart Package

16
Comments 4
2 min read
How to install grpc php on ubuntu?

How to install grpc php on ubuntu?

7
Comments
1 min read
Better way of using TryCatch in PHP | Laravel

Better way of using TryCatch in PHP | Laravel

10
Comments
1 min read
PHP functions strcspn() and strspn()

PHP functions strcspn() and strspn()

8
Comments 1
1 min read
¿Iniciar a estudiar PHP ?

¿Iniciar a estudiar PHP ?

10
Comments
3 min read
Add a CLI interpreter for PHPStorm in MontereyOS

Add a CLI interpreter for PHPStorm in MontereyOS

6
Comments
1 min read
How the PHP Middleware Pattern works and can easily be applied

How the PHP Middleware Pattern works and can easily be applied

19
Comments
9 min read
PHP, Docker - How to enable PCNTL(Process Control Extensions)

PHP, Docker - How to enable PCNTL(Process Control Extensions)

15
Comments 2
3 min read
3 Fonctionnalités cools de PHP 8.0

3 Fonctionnalités cools de PHP 8.0

7
Comments
2 min read
laravel: powerful json with jsonSerialize()

laravel: powerful json with jsonSerialize()

14
Comments
7 min read
A comprehensive guide on how to design future-proof controllers: Part 2

A comprehensive guide on how to design future-proof controllers: Part 2

6
Comments
7 min read
Laravel: How to tracking user IP after they register or login

Laravel: How to tracking user IP after they register or login

11
Comments
5 min read
More Flexbox Practice

More Flexbox Practice

4
Comments
3 min read
Why wrapping 3rd-party calls to external services is always a good idea

Why wrapping 3rd-party calls to external services is always a good idea

6
Comments
3 min read
The case for immutability

The case for immutability

7
Comments
5 min read
DECK with svelte 🔥

DECK with svelte 🔥

3
Comments
1 min read
CQS Pattern - Quando, como e por quê utilizar?

CQS Pattern - Quando, como e por quê utilizar?

6
Comments
5 min read
New Things Added - Laravel 9.10 , 9.11 Released

New Things Added - Laravel 9.10 , 9.11 Released

6
Comments
2 min read
How to make screenshots in Laravel with Browsershot

How to make screenshots in Laravel with Browsershot

22
Comments 5
2 min read
just enough curl for api devs

just enough curl for api devs

14
Comments 2
8 min read
Adding user-specific settings in Laravel

Adding user-specific settings in Laravel

3
Comments
4 min read
Create an array and access array elements in PHP

Create an array and access array elements in PHP

5
Comments 5
2 min read
Validando dados no PHP com Lontra Validator

Validando dados no PHP com Lontra Validator

7
Comments
2 min read
Unprocessed data monitor in laravel.

Unprocessed data monitor in laravel.

7
Comments
3 min read
How to create custom helper functions in Laravel

How to create custom helper functions in Laravel

7
Comments
3 min read
PHP CLI Development Introduction

PHP CLI Development Introduction

7
Comments
3 min read
Get a Legacy PHP (5.3) application running in Docker

Get a Legacy PHP (5.3) application running in Docker

11
Comments 1
4 min read
Livewire Tips & Tricks - Laravel

Livewire Tips & Tricks - Laravel

6
Comments
2 min read
How to Create a GitHub Action to Import Posts from DEV to a Repository you Own

How to Create a GitHub Action to Import Posts from DEV to a Repository you Own

36
Comments 1
6 min read
Latest Tips & Tricks About Laravel Validation & Laravel Routing

Latest Tips & Tricks About Laravel Validation & Laravel Routing

9
Comments
3 min read
How to generate a full Tailwind CSS palette from a single color

How to generate a full Tailwind CSS palette from a single color

7
Comments
3 min read
New Things Added - Laravel 9.6 Released

New Things Added - Laravel 9.6 Released

6
Comments
1 min read
Multi Page App vs Single Page App

Multi Page App vs Single Page App

3
Comments 3
3 min read
Introducting Lightship 0.1.0

Introducting Lightship 0.1.0

6
Comments
3 min read
Service Providers - Laravel

Service Providers - Laravel

9
Comments
2 min read
New Things Added - Laravel 9.8 Released

New Things Added - Laravel 9.8 Released

6
Comments
1 min read
Refactoring #5: From arrays to Data Transfer Objects

Refactoring #5: From arrays to Data Transfer Objects

13
Comments
3 min read
Install XDEBUG in MontereyOS

Install XDEBUG in MontereyOS

7
Comments
2 min read
5 Popular Web Development Stacks And My Personal Stacks

5 Popular Web Development Stacks And My Personal Stacks

4
Comments
1 min read
Como criar uma GitHub Action para importar posts do DEV.to em PHP com o Minicli - Vídeo + Tutorial

Como criar uma GitHub Action para importar posts do DEV.to em PHP com o Minicli - Vídeo + Tutorial

35
Comments
5 min read
loading...