Articles

Installing Curl on Ubuntu 20.04

A command line tool and library for transferring data with URLs, curl is free and open source software.

  • Linux
  • 771 Views

How To Install pgAdmin 4 on Ubuntu 20.04

A PostgreSQL management tool, A most popular and feature rich Open Source administration and development platform for PostgreSQL database server.

  • Linux
  • 871 Views

How to Install PostgreSQL in Ubuntu 20.04

How to install PostgreSQL Database Server on Ubuntu 20.04.4 LTS.

  • Linux
  • 861 Views

Install Ubuntu on Oracle VirtualBox

An instruction with step-by-step process to show how to install Ubuntu 20.04.4 as guest machine on Oracle VirtualBox.

  • Linux
  • 599 Views

Laravel Controllers

Controllers are used to handle the request logic within the single class, and the controllers are defined in the "app/http/Controllers" directory..

Route Groups

Route Groups is an essential feature in Laravel, which allows you to group all the routes..

Laravel Middleware

Middleware acts as a layer between the user and the request..

Named Routes

Named routes is an important feature in the Laravel framework. It allows you to refer to the routes when generating URLs or redirects to the specific routes..

Laravel Routing Parameters

There are two types of parameters we can use: Required Parameters Optional Parameters.

Laravel Basic Routing

The main functionality of the routes is to route all your application requests to the appropriate controller..