How to install Laravel with LEMP stack on Ubuntu

Laravel is one of the most popular open-source PHP framework, and Laravel allows you to build scalable and flexible web applications. Because of its outstanding features, for example, (...)
Harish Kumar
0
0
3582

How To Install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu System

The term LEMP is an acronym of the four open-source projects:
Harish Kumar
How To Install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu System
0
1
4053

How to Create a Sudo User on Ubuntu and other Debian-based Linux distributions

The sudo command is intended to permit users to run programs with the security privileges of another user, by default the root user.
Razet
How to Create a Sudo User on Ubuntu  and other Debian-based Linux distributions
0
0
3627

Create Git aliases, And Git Commands You May Not Know

One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)
Harish Kumar
Create Git aliases, And Git Commands You May Not Know
0
0
2254

30+ Github Repos for JavaScript Developers

As the biggest stage for open source collaboration, Github is the ideal place for developers to work on resources related to JavaScript. A speedy hunt will yield JavaScript cheatsheets, (...)
Razet
30+ Github Repos for JavaScript Developers
0
0
4627

Why Composition API in Vue 3, and Options API vs. Composition API?

Perhaps the greatest feature in Vue 3's release is Vue's new Composition API. As developers start creating more large-scale projects with Vue, the difficulties of code organization, (...)
Harish Kumar
Why Composition API in Vue 3, and Options API vs. Composition API?
0
0
4608

20+ cool CSS Animated Buttons

1.Creative Button Animation Effects | Only Using HTML & CSS
Razet
20+ cool CSS Animated Buttons
0
0
8081

How to connect a PostgreSQL database server using PHP PDO?

Before connecting with the PostgreSQL database using PHP PDO, make sure PHP PDO PostgreSQL driver enabled.
Razet
0
0
7710

How to create PHP Pagination using PDO with example?

In this example, I am going to show you how to create pagination in PHP using PDO.First, create a DatabaseConnection.php to create a database connection.
Razet
0
0
9455

PHP PDO tutorial with CRUD operation example

One of the most significant PHP extension is called PHP Data Objects or PDO, which was available since PHP 5.0. PDO gives an interface to working with different RDBMS, including (...)
Razet
PHP PDO tutorial with CRUD operation example
0
0
3271