Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter
Home » Archives for Umesh Rana » Page 14

How to Configure Apache Virtual Host in Ubuntu 20.04

April 17, 2021 by Umesh Rana 1 Comment

Create Virtual Host in Apache Server

For running any PHP application on the localhost you require localhost. The localhost is called a local server that is created in your system to run an application. We all use Apache or Nginx server to run a PHP script. But, if you are moving to any framework like Laravel. Then you can run the […]

Filed Under: Linux Tagged With: Create Virtual Domain in Apache Server, Virtual Host in Apache Server

How to Install and Use PostgreSQL in Ubuntu 20.04 LTS

April 14, 2021 by Umesh Rana Leave a Comment

Install postgresql in ubuntu

If we talk about the relational database management system then PostgreSQL is one of the popular. It is not only relational database management system. It is is an open source object-relational database system. This database has a strong reputation for reliability, feature robustness, and performance. It is very much similar to MySQL database in use. […]

Filed Under: Linux Tagged With: Connection info in PostgreSQL, Create User in PostgreSQL, Download and Install PostgreSQL, PostgreSQL in Ubuntu

How to Install CodeIgniter 4 in Windows and Linux

April 11, 2021 by Umesh Rana Leave a Comment

Install CodeIgniter4

Currently, Codeigniter 4 is the latest release of Codeigniter framework. It is a PHP framework and built for the web development. Also, you can create RESTful API using this framework. From this post, I have started a new series on Codeigniter4 from very scratch. Firstly, I will show you how you can install Codeigniter4 in […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter 4 Download and Install, Install CodeIgniter

How to Install MySQL Workbench in Ubuntu 20.04 LTS

April 7, 2021 by Umesh Rana Leave a Comment

Install MySQL Workbench

As we know, MySQL is the most used relational database management system. It is an open-source database management tool. There are various options to manage and use the database. Such as Command line and GUI. We already installed and used the command line in Ubuntu using the LAMP stack. Also, we already did the setup […]

Filed Under: Linux Tagged With: MySQL Workbench Database, MySQL Workbench for Ubuntu

How to Schedule Tasks with Cron Job in Laravel 8

April 6, 2021 by Umesh Rana 3 Comments

Task Scheduling in Laravel 8

You can create a Cron job in Laravel for task scheduling. Generally, a cron executes the scheduled task at the specified time interval. This will process the task and execute it. It will trigger automatically to finish the execution. When you are on the live server, there is the option to create a cron job. […]

Filed Under: Laravel Tagged With: Cron Job in Laravel, Cron Job Task Scheduling, Laravel Cron Job, Schedule Task Using Cron, Task Scheduling in Laravel

Import and Export CSV and Excel File in Laravel 8

April 4, 2021 by Umesh Rana 2 Comments

Export import Excel File

Most of the time you work on any E-commerce application or any kind of ERP. In that case, sometimes, you require to import export excel and CSV files for the data. For the E-commerce application, you want to add bulk products at the same time. So, the manual entry of the products and it’s relevant […]

Filed Under: Laravel Tagged With: Export to CSV, Export to Excel, Laravel Excel Download, Laravel Export, Laravel Import

How to Generate PDF File in Laravel 8 Using DOM PDF

April 3, 2021 by Umesh Rana Leave a Comment

Laravel DOM PDF

In Laravel, you have access to third-party packages because of the composer. Using composer, you can install any package in Laravel. The composer provides the package dependencies in PHP. Here, we’ll be talking about the Laravel DOM PDF. This is an open-source package available on Github to generate the PDF. By using this package, you […]

Filed Under: Laravel Tagged With: Generate PDF in Laravel, Laravel Create PDF File, Laravel PDF

How to Install and Setup VS Code in Ubuntu 20.04 LTS

April 2, 2021 by Umesh Rana Leave a Comment

Install VS Code in Ubuntu

VS Code is a very advanced, featured, and open-source code editor. This is developed by Microsoft for Windows, MAC, and Linux. This provides amazing features which makes it different from the other editors. The VS code provides debugging, syntax highlighting, intelligent code completion, snippet, code refactoring, and the embedded git. The VS Code comes with […]

Filed Under: Linux Tagged With: Download Visual Studio Editor, Download VS Code, Install Visual Studio Code, Ubuntu Install Visual Studio, VS Code in Ubuntu

Create MySQL User And Grant Privileges in Ubuntu 20.04

April 1, 2021 by Umesh Rana 1 Comment

Create user in mysql in ubuntu 20.04 lts

MySQL is a popular and open-source relational database management system. You can create MySQL user accounts and provide access privileges. On the basis of the access privilege, the user will be able to use and manage the database. The process to create MySQL User and set its password is quite simple in Windows operating system. […]

Filed Under: Linux Tagged With: Create MySQL User, Create User in MySQL Ubuntu, Set Password in MySQL user

How to Install Composer For PHP in Ubuntu 20.04 LTS

March 31, 2021 by Umesh Rana Leave a Comment

Install Composer in Ubuntu

For PHP development, you always require to install any package in your project. When you are working on any PHP framework, you always required to have a composer installed in your system. The Composer is a dependency manager that helps to get install the package in the PHP project. If you are new to PHP […]

Filed Under: Linux Tagged With: Composer Setup in Ubuntu, install composer in Linux, Linux Composer Install, Ubuntu Composer

  • « Previous Page
  • 1
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 22
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter