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.
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
Tips to optimize database queries - Laravel

Tips to optimize database queries - Laravel

7
Comments
1 min read
writing command line scripts in php: part 3; interactive input

writing command line scripts in php: part 3; interactive input

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

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

3
Comments
15 min read
Membuat Grafik Dari Database Codeigniter 4

Membuat Grafik Dari Database Codeigniter 4

5
Comments
3 min read
`final` keyword with PHP 🚀

`final` keyword with PHP 🚀

6
Comments 1
1 min read
Lumen is NOT Recommended for New Projects - Laravel

Lumen is NOT Recommended for New Projects - Laravel

5
Comments
1 min read
PHP 8 Named Parameters

PHP 8 Named Parameters

6
Comments 1
1 min read
PHP PDO Update Query Example

PHP PDO Update Query Example

7
Comments 1
2 min read
PHP PDO Insert Multiple Rows Example

PHP PDO Insert Multiple Rows Example

7
Comments 2
1 min read
Create Controller in Laravel 8 using Artisan Command

Create Controller in Laravel 8 using Artisan Command

7
Comments
2 min read
PHP PDO Insert Tutorial Example

PHP PDO Insert Tutorial Example

8
Comments 1
1 min read
Force HTML5 Form Validation using Button on Click in jQuery

Force HTML5 Form Validation using Button on Click in jQuery

8
Comments 1
1 min read
How To Integrate TinyMCE Editor in Laravel 8

How To Integrate TinyMCE Editor in Laravel 8

8
Comments
7 min read
How To Extract Content Between Keywords using PHP Regex

How To Extract Content Between Keywords using PHP Regex

6
Comments
1 min read
PHP MySQL Delete Query using PDO

PHP MySQL Delete Query using PDO

7
Comments
2 min read
TinyMCE Add Custom Button Example

TinyMCE Add Custom Button Example

8
Comments
8 min read
Integrate TinyMCE in PHP & MySQL Using Ajax

Integrate TinyMCE in PHP & MySQL Using Ajax

7
Comments
4 min read
TinyMCE: Add Custom/Content CSS Example

TinyMCE: Add Custom/Content CSS Example

6
Comments
2 min read
Bootstrap 5 Star Rating jQuery Plugin Example

Bootstrap 5 Star Rating jQuery Plugin Example

7
Comments
5 min read
TinyMCE Add Code Sample Example

TinyMCE Add Code Sample Example

6
Comments
3 min read
PHP - Introduction by shriekdj | How to write Hello World Program in PHP by shriekdj

PHP - Introduction by shriekdj | How to write Hello World Program in PHP by shriekdj

7
Comments
3 min read
peekABar - jQuery plugin for a Notification Bar

peekABar - jQuery plugin for a Notification Bar

5
Comments
2 min read
How To Get TinyMCE Content When Submitting the Button?

How To Get TinyMCE Content When Submitting the Button?

5
Comments
3 min read
[solved] Class 'App\Http\Controllers\Storage' not found - Laravel 9

[solved] Class 'App\Http\Controllers\Storage' not found - Laravel 9

6
Comments
1 min read
TinyMCE Select box on Custom Dialog Box Example

TinyMCE Select box on Custom Dialog Box Example

6
Comments 1
3 min read
TinyMCE Custom Dialog Box Example

TinyMCE Custom Dialog Box Example

7
Comments
4 min read
PHP Keyword or Shortcode Extractor Class

PHP Keyword or Shortcode Extractor Class

6
Comments
1 min read
Laravel - What, Why & Who!

Laravel - What, Why & Who!

6
Comments
5 min read
Laravel 8 Eloquent Query first() and firstOrFail() Example

Laravel 8 Eloquent Query first() and firstOrFail() Example

10
Comments
1 min read
Laravel 8 and 9 User Impersonation Example

Laravel 8 and 9 User Impersonation Example

4
Comments
3 min read
Laravel 8 Eloquent firstOr() Example

Laravel 8 Eloquent firstOr() Example

5
Comments
1 min read
Laravel 8 Eloquent updateOrCreate() Example

Laravel 8 Eloquent updateOrCreate() Example

6
Comments
2 min read
Laravel 8 Eloquent firstOrNew() Example

Laravel 8 Eloquent firstOrNew() Example

5
Comments
2 min read
Laravel 8 wherein() Query Example

Laravel 8 wherein() Query Example

4
Comments
2 min read
Eloquent Tips and Tricks - Laravel

Eloquent Tips and Tricks - Laravel

7
Comments
2 min read
API Integration Challenges

API Integration Challenges

4
Comments
2 min read
PHP - Installation on Linux Based Operating System

PHP - Installation on Linux Based Operating System

7
Comments
2 min read
WooCommerce discounts plugin

WooCommerce discounts plugin

3
Comments
1 min read
Header request with underscore is not allowed?

Header request with underscore is not allowed?

5
Comments
1 min read
Why did we build DECK? 💡

Why did we build DECK? 💡

5
Comments
2 min read
writing command line scripts in php: part 2; reading STDIN

writing command line scripts in php: part 2; reading STDIN

7
Comments
4 min read
Estilo de código no PHP: as recomendações da PSR-1 e PSR-12

Estilo de código no PHP: as recomendações da PSR-1 e PSR-12

12
Comments 2
4 min read
PHP, CodeIgniter, Laravel, Vue, React, front-end… or how I changed my stack over the course of time

PHP, CodeIgniter, Laravel, Vue, React, front-end… or how I changed my stack over the course of time

2
Comments
2 min read
How To Start Using Generic Types In PHP

How To Start Using Generic Types In PHP

23
Comments 2
6 min read
Setup websocket server for your project - Laravel

Setup websocket server for your project - Laravel

5
Comments
1 min read
My first contribution

My first contribution

7
Comments
1 min read
Strangler Pattern in practice

Strangler Pattern in practice

29
Comments 1
16 min read
loading...