Vue 3 login with Vuex
Vue.js

Vue 3 login with Vuex Tutorial

In this Vue 3 login example tutorial, we will cover using Vuex. And creating a store in a Vue.js app for making a user login.

Read More
Upload and retrieve by Laravel media library
Laravel

How to upload & retrieve images by Laravel media library

Using the Laravel-media library package for handling media via Restful API makes it a piece of cake and a time saver. That is what we will learn in today’s tutorial.

Read More
WordPress ads.txt
WordPress

How To Add ads.txt File In WordPress

If you got this alert in Google AdSense Account “Earnings at risk – You need to fix some ads.txt file issues to avoid severe impact to your revenue.” then you need to add the ads text file to your WordPress Website.

Read More
vue 3 bootstrap 5 modal
Vue.js

How To Use Bootstrap 5 Modal With Vue.js 3

Using Bootstrap’s Modal inside your Vue 3 application is a little bit tricky but it is worth it, Bootstrap’s Modal uses JavaScript to add dialogs to your site for lightboxes, user notifications, or completely custom content.

Read More
upgrade-to-9
Laravel

How To Upgrade From Laravel 8 To Laravel 9.

Laravel 9 is now released, and we’re excited to check it out because it’s the most up-to-date technology available. So, let’s upgrade step by step.

Read More
Laravel sitemap generator
Laravel

How to generate a sitemap for a Laravel website

Sitemaps are very important, search engines such as Google read the sitemap file to crawl your site more efficiently. Sitemaps tell which pages and files, you think are important in your website but how can we create a sitemap in a Laravel website.

Read More
HTML crash course
HTML

HTML crash course for beginners with example

In this HTML crash course, we will learn the basics of HTML and how it works with an example project of creating a blog that consists of a home page and a post page.

Read More
Laravel Breeze
Laravel

Laravel Breeze Tutorial

Laravel breeze the starter kits you need to build your new application faster. Breeze offers the authentication for your app, automatically builds the controllers, views, and routes for registration, login, password reset, and email verification.

Read More
Laravel maintenance mode
Laravel

How to put Laravel app in maintenance mode

Sometimes, you don’t need your visitor to be on your website while maintaining it. Laravel has a magic feature called the maintenance mode.

Read More
laravel migration
Laravel

How to add a new column to an existing table via Laravel migration

Sometimes we need to add a new column or update an existing one to an existing table in the database after the migration. it’s so easy to do, we will add a new column and rename and change the data type of another one. let’s get started.

Read More