
TechvBlogs
@techvblogs
We Covered Web Development Blogs and Tutorials


How to Install PHP 8.3 on Ubuntu 22.04
Written by TechvBlogs
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....


How to Install MySQL on Ubuntu 22.04
Written by TechvBlogs
## 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 "SQL", the abb...


How to Use Props in Vue.js
Written by TechvBlogs
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 i...


Laravel Livewire Crud Tutorial
Written by TechvBlogs
## What is Livewire? [Livewire](https://laravel-livewire.com/?ref=techvblogs.com) is a full-stack framework for [Laravel](https://laravel.com/?ref=techvblogs.com) that makes building dy...


How to Upgrade to Ubuntu 22.04
Written by TechvBlogs
[Ubuntu 22.04 LTS Jammy Jellyfish](https://releases.ubuntu.com/22.04?ref=techvblogs.com) is due to release on April 21, 2022. However, users of [Ubuntu 20.04](https://releases.ubuntu.com/...


How to Generate QR Code in Laravel 9
Written by TechvBlogs
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. Nowaday...