Follow Us:

PHP

Artisan commands in laravel for beginner

To perform tasks such as database migrations, creating controllers, generating boilerplate code, and more you can use artisan in laravel.

dd() function in pure PHP

dd() function in pure PHP, to easily debugging and troubleshooting code in any php project.

What is Composer in PHP

Composer is a package manager for PHP that allows you to easily manage dependencies in your PHP projects.

Math functions in PHP

Math functions in PHP are built-in functions that allow you to perform various mathematical operations on numeric data types, such as integers and floating-point numbers.

Array functions in php

An array in PHP is a data structure that stores a collection of values, such as numbers or strings, under a single variable name.

String functions in PHP

Strings are one of the most important data types in programming, and PHP provides a rich set of built-in functions for working with them.

Sort PHP array alphabetically and keep a certain element at the end

Learn how to sort PHP array alphabetically and keep a certain element at the end of the array