Skip to main content
Blog IT Information technology

Main navigation

  • Home
  • Contact us

User account menu

  • Log in
  • Register

Web

  1. Home
  2. Blogs
  3. Web

Pagination

  • First page « First
  • Previous page ‹‹
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Current page 6
  • Page 7
  • Page 8
  • Next page ››
  • Last page Last »

Create Route Larvel

In Laravel, all requests are mapped with the help of routes. Basic routing routes the request to the associated controllers. This chapter discusses routing in Laravel.

Routing in Laravel includes the following categories: Basic Routing - Route parameters - Named Routes

Web Developer Web Developer
2 years 4 months ago
Read More

Install Laravel with composer

Laravel is a web application framework based on PHP, it provides tools to create powerful and robust applications, it is an open source framework, which provides a structure that saves a lot of time to create and plan large applications . It is one of the most secure platforms using a PHP base. It provides built-in features for user authorization such as login, register and forget password.

Web Developer Web Developer
2 years 4 months ago
Read More

Create taxonomy term programmatically drupal

We know Taxonomy is a powerful core module and helps us categorize the content. A vocabulary in Drupal is essentially a container for terms that are used by the system. These terms are what Drupal uses to connect certain areas together within the website.

Blog IT Blog IT
2 years 4 months ago
Read More

How to Use bcrypt to Hash Passwords in PHP

It is not a secret that storing passwords in a clear text is not secure. However, sometimes developers do that to make the site easy for password recovery. There exists a password hashing technique that is used for building the security of passwords. It is called bcrypt. You can use it for protecting the password from different attacks. With it, the password is kept in a bcrypted format. In this snippet, we will demonstrate the way of using the bcrypt technique for hashing passwords. It can be done with the password_hash() function.

Blog IT Blog IT
2 years 4 months ago
Read More

Get a remote IP address in PHP

Getting the real remote IP address of the client can sometimes be quite tricky for PHP programmers. Receiving the correct remote IP address has a crucial role both for tracking activity and for the security purposes.

This tutorial is aimed at helping programmers to overcome such problems. Go ahead and see how to get the real remote IP address in PHP. Often, programmers try to use $_SERVER[‘REMOTE_ADDR’] for detecting the real IP address of the client:

Blog IT Blog IT
2 years 4 months ago
Read More

How to redirect a web page with PHP

To perform a redirect in PHP, we use the header() function. This function sends HTTP headers to the server. To perform a redirection, you must send the Location header: followed by the URL of the new page. For this to work, it is advisable to use an absolute URL. A relative URL will however be taken into account in most cases. You must not display any text or HTML before, otherwise it will trigger the display of an error.

Blog IT Blog IT
2 years 4 months ago
Read More

How to Create a Drop-Down Navigation Menu With CSS

A good attractive navigation menu is very important for your website. Navigation menus are essential for the good accessibility of your website. Users love well-designed websites.

Today's tutorial explains how to create a drop-down navigation menu on a web application. Let's create a good step-by-step drop-down navigation menu.

Blog IT Blog IT
2 years 4 months ago
Read More

How To Create a form

The first article in our series gives you a very first experience of creating a form in HTML, including designing it, implementing it using the right HTML elements, adding some very simple decorations with CSS, and how the data is sent to a server.

Blog IT Blog IT
2 years 4 months ago
Read More

How To Create a Search Bar

A search bar also known as a search field or search box is an integral part of modern websites where the user might use the search as a primary mode of discovering content on the site as opposed to fiddling with the navigation menu.

Blog IT Blog IT
2 years 4 months ago
Read More

How to create a custom module in Drupal 8 & 9

Drupal 9 is the latest version of Drupal. There are significant differences between Drupal 8&9 and Drupal 7. Firstly, Drupal 8&9 requires the latest version of php5 to run. Drupal 8&9 uses a PHP framework called Symphony, which relies heavily on OOP. Another major change in Drupal 8&9 is the folder structure. In Drupal 8&9, all core modules are placed within core/ and all other modules are placed in root modules folder. Moreover, there are changes in the way modules are created. Read on to know how to create a custom module in Drupal 8&9.

Web Developer Web Developer
2 years 5 months ago
Read More

Pagination

  • First page « First
  • Previous page ‹‹
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Current page 6
  • Page 7
  • Page 8
  • Next page ››
  • Last page Last »

Subscribe to the Newsletter

Blog Category

Web
Mobile
Security
Design

Tags keyword

html
css
php
Sass
html5
drupal
drupal 8
drupal 9
drupal 10
laravel
symfony
vue.js
vue
js
css3
jquery
javascript
image
table
iframe
link
mail
twig
drush
module
git
gitflow
web
drupal 7

Monthly archive

  • May 2018 (1)
  • May 2019 (1)
  • November 2019 (1)
  • December 2019 (1)
  • March 2020 (2)
  • May 2020 (3)
  • June 2020 (2)
  • July 2020 (3)
  • November 2020 (1)
  • December 2021 (3)
  • October 2022 (1)
  • November 2022 (7)
  • December 2022 (15)
  • February 2023 (1)
  • April 2023 (1)
  • May 2023 (2)
  • June 2023 (3)
  • July 2023 (4)
  • August 2023 (8)
  • September 2023 (3)
  • October 2023 (9)
  • November 2023 (5)
  • September 2024 (1)

Copyright © 2025 - Blog Information technology - Sitemap