TechvBlogs

@techvblogs

3102 Points 52 Followers

75 Posts

0 Answers

We Covered Web Development Blogs and Tutorials

TechvBlogs · 5 months ago

How to Install PHP 8.3 on Ubuntu 22.04

PHP is a popular server scripting language known for creating dynamic and interactive web pages. Getting up and running with your language of choice is the first step in learning to program....
3

TechvBlogs · 1 year ago

How to Install Tailwind CSS 3 in Laravel 9 With Vite 3

Tailwind is a modern CSS framework. It is a utility-first-based framework and provides you with a unique set of utility classes which makes the development process very easy and results in m...
5

TechvBlogs · 1 year ago

How to get the IP address of a client in Node.js

What is an IP Address? An Internet Protocol(IP) address also known as a logical address is given by the internet service provider(ISP) which uniquely identifies a system over the network. IP...
4

TechvBlogs · 1 year ago

How to Get Random Records from Database in Laravel

In the project development sometimes we need to display random data on Frontend that time we need to fetch random records from the database to display random records on the frontend. In Lara...

TechvBlogs · 1 year ago

Laravel - Clear Cache in Shared Hosting Server

Shared Hosting is very wired Hosting I have ever used. Because All things are restricted which is required for Laravel Project. You cannot install composer using the command line so you need...
1

TechvBlogs · 1 year ago

How to Get only records created today in Laravel

Hey Folks, If you are working on large-scale Applications or any SAAS application and as of project requirement. You need to show some analytics in your project like Today, Yesterday, Last M...
3

TechvBlogs · 1 year ago

How to Install MySQL on Ubuntu 22.04

What is MySQL? MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQ...
3

TechvBlogs · 1 year ago

How to Use Props in Vue.js

Vue.js is quite amazing with its application and component structure. It also offers some amazing capabilities. In this article, we are going to look at how we can use and implement props in...
3

TechvBlogs · 1 year ago

How to Create Custom Validation Rules in Laravel 9

The biggest advantage of Laravel over other frameworks is the fact that it comes with a lot of built-in features. In this article, we are going to understand Laravel Custom Validation Rules....
6

TechvBlogs · 1 year ago

How to Install Apache on Ubuntu 22.04 LTS

What is Apache? Apache web server is developed by “Robert McCool.” This open-source web server is responsible for accepting HTTP requests from the users and providing the requested informat...
4

TechvBlogs · 1 year ago

SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite

Laravel Sanctum provides a lightweight authentication system relying on Laravel's built-in cookie-based session authentication services. How Laravel Sanctum works Before we start blindly mas...
4

TechvBlogs · 1 year ago

Vue.js Sweetalert Modal Notification Example

What is Vue.js? Vue .js is an open-source model - view - ViewModel front-end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You and i...
7

TechvBlogs · 1 year ago

Firebase Push Notification Laravel 9 Tutorial

What is Push Notification? Push notifications are clickable pop-up messages that appear on your user's browsers irrespective of the device they're using or the browser they're on. They serve...
6

TechvBlogs · 1 year ago

Laravel Livewire Crud Tutorial

What is Livewire? Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. Livewire relies solely on AJAX requ...
5

TechvBlogs · 1 year ago

How to Install Multiple PHP Versions on Ubuntu 22.04

PHP is a programming language used for developing web applications. You must install PHP packages on a Ubuntu system to run the application written on it. Generally, it is used to create e-...
6

TechvBlogs · 1 year ago

How to use multiple database in Laravel

Laravel is a free, open-source PHP framework, created by Taylor Otwell. It follows a Model-View-Controller (MVC) design pattern. Laravel reuses the existing components of different framewor...
7

TechvBlogs · 1 year ago

How to Secure Your Laravel Application: Get the Best Tips for Laravel Security

Laravel is certainly almost everyone's favorite PHP framework and an excellent developer's companion. It attempts to relieve the pain that comes with development tasks such as sessions, auth...
5

TechvBlogs · 1 year ago

How to Install Bootstrap 5 in Laravel 9 With Vite

What is Bootstrap? Bootstrap is a free and open-source web development framework. It’s designed to ease the web development process of responsive, mobile-first websites by providing a collec...
4

TechvBlogs · 1 year ago

How To Install React in Laravel 9 with Vite

Laravel has just released “laravel 9.19” with a major change. There is no more webpack.mix.js file in the laravel root in the place of the webpack.mix.js file vite.config.js file is introduc...
8

TechvBlogs · 1 year ago

​How to Upgrade to Ubuntu 22.04

Ubuntu 22.04 LTS Jammy Jellyfish is due to release on April 21, 2022. However, users of Ubuntu 20.04 and Ubuntu 21.10 can upgrade to the latest release right now. This tutorial will cov...
4

TechvBlogs · 1 year ago

How To Install Vue 3 in Laravel 9 with Vite

Laravel has just released “laravel 9.19” with a major change. There is no more webpack.mix.js file in the laravel root in the place of the webpack.mix.js file vite.config.js file is introduc...
4

TechvBlogs · 1 year ago

Moving A Laravel Webpack Project To Vite

Vite is the Next Generation Frontend Tooling, which is Laravel's default from now on. Vite is a build tool created by Evan You (creator of Vue) which utilizes the availability of native ES m...
6

TechvBlogs · 1 year ago

Build a Basic CRUD App with Laravel 9 and React.js

What is React.js? React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual de...
4

TechvBlogs · 1 year ago

How to Generate QR Code in Laravel 9

QR codes are sometimes needed for product identity, inventory and others. Then, how to generate a QRcode? it's easy, we can use Simple QRcode to create QRcode in laravel framework. Nowadays,...
5

TechvBlogs · 1 year ago

Laravel 9 CRUD Example Tutorial for Beginners

Throughout this Laravel 9 CRUD operation with an example for beginners tutorial, you will learn step-by-step guide on how to build a simple crud operation app in laravel 9 and how to validat...
5

TechvBlogs · 1 year ago

How To Install Vue 3 in Laravel 9 From Scratch

What is Vue.js? Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core li...
5

TechvBlogs · 1 year ago

How to Install Font Awesome with Laravel Mix

In this tutorial, we will discuss installing font awesome in laravel. If you have a question about using font awesome in laravel, I will give a simple example with a solution. I explained...
3

TechvBlogs · 1 year ago

Laravel Pint - A PHP Code Style Fixer for Minimalists

The long-awaited hype train is finally over, Laravel latest open-source CLI app has been released to the world, and we got our hands on it to tell you all about it. Introducing Laravel Pin...
5

TechvBlogs · 1 year ago

How To Install Vue 3 in Laravel 9 From Scratch

What is Vue.js? Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core li...
4

TechvBlogs · 1 year ago

How to Add and Delete Users on Ubuntu

Adding and removing users on a Linux system is one of the essential system administration tasks to familiarize yourself with. When you create a new system, you are often only given access...
4

Loading More Content