List of blogs from May to October

May month 2023 blogs report. S.No Blog topics with their links 1 How to fix error Base table or view not found 2 Eloquent: Relationships in Laravel…

Read More

Get Http Hostname in Laravel

Getting the http hostname in Ruby on Rails is the main topic of this article. How to obtain hostname in Laravel is covered in detail in this…

Read More

reset your commit in GitHub

Here are some ways to reset your commit in GitHub: Run the following command in your terminal: This will undo the last commit and keep the changes…

Read More

Validate Email Using jQuery

We will learn how to use jQuery to validate emails in this tutorial. Regular expressions, or regex, will be used in jQuery to validate emails. Form data…

Read More

How to Use jQuery to Validate an International Phone Number

Let’s look at how to validate international phone numbers using jQuery, how to validate international phone numbers with a country code, how to validate international phone numbers…

Read More

How to Include a Column Filter Dropdown on Top of jQuery Datatable

You have the option to place the dropdown filter on the top header or bottom footer of a jquery datatable. By using columns(), the API is utilized…

Read More

Error:Failed to open stream: Permission denied

The stream or file “/opt/lampp/htdocs/holidaylandmark/events/storage/logs/laravel.log” could not be opened in append mode: Failed to open stream: Permission denied Sulution: run this command

Read More

Error: fatal: unknown configuration directive

Error: fatal: unknown configuration directive ‘function’ on line 44 of ‘/opt/lampp/etc/proftpd.conf’ Solution: run this command root directory And comment this function now again restart the lampp

Read More

Hide/Show Column in jQuery Datatable Dependent on Condition

This tutorial will demonstrate how to hide or expose a column in a jQuery datatable based on a condition. This will teach us how to dynamically display…

Read More

Resolving Git ‘Detected Dubious Ownership’ Error with Safe Directory Configuration

Error: Solution: The error message indicates that Git detected dubious ownership in the repository at /opt/lampp/htdocs/holidaylandmark/events. This happens when Git thinks there’s a potential security issue with…

Read More