Abdultechhub free code sources provider

My motive is to provide free code sources to help to build the best web applications using core PHP, Laravel, Codeigniter, WordPress, Javascript, JQuery, and React JS...

Create a master layout in Laravel using blade template inheritance

In laravel or most, the framework master page layout defines the common layout across all the web pages. The blade templating engine or blade template inheritance defines the master layout that can be extended by all the web page...

Updated on ... 14th November 2022
Continue reading...

Top 30+ Laravel interview questions and their answer

Question List: What is Laravel? What are the features of Laravel? What is a view in Laravel? How to create a canonical URL in laravel? How to check laravel version, composer version, and PHP version? How to rename, and res...

Updated on ... 08th May 2023
Continue reading...

How to disabled right click in whole website using jquery

We can use jQuery to disable right-clicking on our website by binding a function to the "contextmenu" event, triggered when a user clicks on an element. if we want to disable the whole website we can call contextmenu on the docume...

Updated on ... 01st February 2023
Continue reading...

Top Wordpress Interview Questions

What is WordPress? How to allow svg and pdf upload in WordPress using function.php What are the different types of content that can be created using WordPress? What is the difference between WordPress.com and WordPress.org? ...

Updated on ... 24th April 2023
Continue reading...

jQuery Mouse Events: A Complete Guide for Web Developers

In jQuery, mouse events are a type of event that is triggered by user interactions with the mouse, such as clicking, hovering, and dragging. Mouse events are an essential part of creating interactive and responsive web pages, and ...

Updated on ... 16th February 2023
Continue reading...

Laravel Artisan & Composer Commands Cheatsheet

This Cheatsheet will show you the most commonly used Laravel Artisan commands with their description. ...

Updated on ... 10th May 2023
Continue reading...

How to Create Custom Search, Filter, and Pagination in Laravel 9

This article focuses on creating pagination, ajax base multiple delete, custom search, and filter options in Laravel 9, which can also be used in Laravel 8 and 10. This tutorial will help you to build your table without using any ...

Updated on ... 07th May 2023
Continue reading...

Drag Drop to Change Post or Menu order in laravel

In this tutorial, you will learn how to implement a drag and drop functionality in Laravel to enable users to reorder posts or menus by simply dragging and dropping them....

Updated on ... 22nd August 2023
Continue reading...

PHP MySQLi Prepared Statements for Secure SQL Queries

MySQLi-prepared statement executes queries according to user-supplied input data reducing the risk of SQL injection attacks. it separates the SQL query from user input data for improving security....

Updated on ... 22nd August 2023
Continue reading...

How to Generate Custom error_log File in PHP

PHP offers various methods to work with PHP error logs, in which we can generate a manual error_log file and also automate it.In this tutorial we we will discuss different approaches to generating error_log file, error_log(), file...

Updated on ... 28th August 2023
Continue reading...