PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

TechvBlogs

@techvblogs

3114 Points 52 Followers

325 Posts

0 Answers

We Covered Web Development Blogs and Tutorials

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....

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

[Tailwind](https://tailwindcss.com/?ref=techvblogs.com) 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...

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...

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...

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...

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...

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 "SQL", the abb...

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 i...

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....

How to Install Apache on Ubuntu 22.04 LTS

## What is Apache? [Apache web server](https://httpd.apache.org/?ref=techvblogs.com) is developed by “[Robert McCool](https://www.wikidata.org/wiki/Q3435889?ref=techvblogs.com).” This open...

SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite

[Laravel Sanctum](https://laravel.com/docs/9.x/sanctum?ref=techvblogs.com) provides a lightweight authentication system relying on Laravel's built-in cookie-based session authentication ser...

Vue.js Sweetalert Modal Notification Example

## What is Vue.js? [Vue](https://vuejs.org/?ref=techvblogs.com) .js is an open-source model - view - ViewModel front-end JavaScript framework for building user interfaces and single-page...

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...

Laravel Livewire Crud Tutorial

## 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 Install Multiple PHP Versions on Ubuntu 22.04

[PHP](https://www.php.net/?ref=techvblogs.com) is a programming language used for developing web applications. You must install PHP packages on a Ubuntu system to run the application writte...

How to use multiple database in Laravel

Laravel is a free, open-source PHP framework, created by [Taylor Otwell](https://twitter.com/taylorotwell). It follows a Model-View-Controller (MVC) design pattern. Laravel reuses the exist...

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...

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...

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_...

​How to Upgrade to Ubuntu 22.04

[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 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_...

Moving A Laravel Webpack Project To Vite

[Vite](https://vitejs.dev/) is the `Next Generation Frontend Tooling,` which is Laravel's default from now on. [Vite](https://vitejs.dev/) is a build tool created by Evan You (creator of V...

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

## What is React.js? [React](https://reactjs.org/?ref=techvblogs.com) is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is main...

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. Nowaday...