Programming Fields

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

How to Create Facebook Login in Laravel 8 Using Socialite

May 1, 2021 by Umesh Rana Leave a Comment

Laravel facebook login

When you are creating an authentication for the user login then you always take care of secure login. Generally, you create an email or username and a password for the login. Sometimes, you need to store the login session in the browser storage to maintain the login state of the user. But, what if you […]

Filed Under: Laravel Tagged With: Facebook Login in Laravel, Laravel Socialite, Login with Facebook, Socialite Login, Socialite Login with Facebook

Create a Todo App in React Using Laravel 8 RESTful APIs

April 25, 2021 by Bunty Leave a Comment

Create React todo app using laravel 8 rest api

We will be learning to create a React todo app using REST API. For the back-end, we will be using the Laravel 8 RESTful APIs. For this todo app, I will be starting with user registration, user login. Then the user will be able to create the task, retrieve the task lists, update and delete […]

Filed Under: React Tagged With: Todo App in React, Todo App in React Using REST API, Todo App using Laravel REST API, Todo App Using REST API

Create a CRUD Application in CodeIgniter 4 For Beginners

April 22, 2021 by Umesh Rana 5 Comments

create crud in codeigniter 4

The CodeIgniter 4 is launched with the updated features over the CodeIgniter 3. Now, it is a little bit similar to the Laravel framework. You can create the database schema using the migrations in CodeIgniter 4. It will work like version control of the database schema. Every time, when you will update the schema, you […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter 4 Create Controller, CodeIgniter 4 CRUD, CodeIgniter Create Model, CRUD Application in CodeIgniter

How to Install and Configure pgAdmin 4 in Ubuntu 20.04

April 18, 2021 by Umesh Rana Leave a Comment

Install pgAdmin 4 in Ubuntu

For accessing the PostgreSQL database you can use the command line or GUI. If you want to access and use PostgreSQL in GUI mode then you will have to install pgAdmin 4. It will provide you a web interface and also an app interface. The GUI mode is a little different from the phpMyAdmin. But, […]

Filed Under: Linux Tagged With: Install pgAdmin For Ubuntu, pgAdmin 4 app mode, pgAdmin 4 in Ubuntu, pgAdmin 4 Web Mode, pgAdmin in Linux

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

  • « 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