PHP is an acronym for Hypertext Preprocessor. It is an open source programming language used for developing websites which has dynamic content that interacts with databases. PHP is a server side scripting language that can be embedded in HTML. It can be i


Install MySQL 8 on Ubuntu 20.04

By CodersDrive
30-Jun-2020
MySQL

In this post you can get step by step procedure of installing MySQL 8 on Ubuntu 20.04 systems and also do Secure server configuration.

Continue Reading

Pagination in Laravel

By CodersDrive
21-Jun-2020
Laravel

When you want to fetch more records in any web application it is always better to paginate records to avoid delay in page loading. Laravel has pagination function enabled out of the box. You can use this feature in a simple way.

Continue Reading

Import google fonts, font awesome into a Laravel application

By CodersDrive
19-Jun-2020
Laravel

In many laravel applications you may need to use different google fonts, font awesome icons. It is always better to use them by importing them into your project rather than using them from their libraries. Here I will show you how to import them into a laravel project.

Continue Reading

Install PHP on ubuntu 20.04 system

By CodersDrive
16-Jun-2020
Php

In this article you will learn how to install PHP on Ubuntu 20.04 systems and how to configure it with basic extensions and minimum configuration settings.

Continue Reading

Install PHP on windows system

By CodersDrive
16-Jun-2020
Php

In this article you will learn how to install PHP on Windows10 system and how to configure it with basic extensions and minimum configuration settings.

Continue Reading

Install Apache2.4 on Ubuntu 20.04 systems and configure with php

By CodersDrive
15-Jun-2020
Apache
Php

By following this you will be able to install apache2.4 server on ubuntu machines and configure it to work with PHP.

Continue Reading

Install Apache2.4 on Windows systems and configure with php

By CodersDrive
15-Jun-2020
Apache
Php

By following this you will be able to install apache2.4 server on windows machines and configure it to work with PHP.

Continue Reading

Generate Fake Data in Laravel 7 using Faker

By CodersDrive
14-Jun-2020
Laravel

As a developer in many situations we require fake data for testing purpose. In laravel we can generate "Fake Data" using built in "Faker" utility.

Continue Reading

Install Apache2.4 on Windows10, Ubuntu 20.04 systems

By CodersDrive
08-Jun-2020
Php
Ubuntu
Windows
Apache

By following this you will be able to install apache2.4 server on either windows10 or ubuntu 20.04 machines and configure it to work with PHP.

Continue Reading

Install PHP on Windows10, Ubuntu 20.04 machines and configure

By CodersDrive
07-Jun-2020
Php
Ubuntu
Windows
Php

In this article you will learn how to install PHP on Windows10, Ubuntu 20.04 systems and how to configure it with basic extensions and minimum configuration settings.

Continue Reading

What is composer and how to install it on Ubuntu 20.04, Windows10

By CodersDrive
01-Jun-2020
Composer
Php

For any one who does web development with PHP the composer will be a very useful dependency manager. In this article we will see what is composer and how to install it on Windows and Linux machines.

Continue Reading

How to upload image or file in Laravel using AJAX

By CodersDrive
29-May-2020
Ajax

In this example we will give you step by step procedure for uploading images or files in Laravel application using AJAX. We also provide you a demo link to show you how it is working live.

Continue Reading

Search blog..!

Connect with us