
How to Install Shutter Screenshot Tool on Ubuntu 20.04

The shutter is a free and open-source, feature-rich screenshot tool for Linux-based operating systems such as Ubuntu.

How to Create Multilingual Vue.js apps

This is a step-by-step Vue i18n blog, In this blog, we are going to learn how to translate the Vue.js app in multi-language using the vue-i18n plugin.

Laravel One of Many Eloquent Relationship Example

The one-of-many relationship creates a one-to-one association from a one-to-many relationship.

Understanding and Working with Files in Laravel

File uploads are one the most commonly used features on the web. From uploading avatars to family pictures to sending documents via email, we can't do without files on the web.

How to Use Alpine JS with Laravel

Alpine.js Ā is a relatively new front-end framework that promises the reactive and declarative nature of big frameworks likeĀ Vue.js Ā orĀ React.js Ā without having to run npm, compile scripts, configure webpack all in a nice 7.37kb CDN hosted file. You get to keep your DOM and sprinkle in behavior as you see fit. Think of it likeĀ Tailwind Ā for JavaScript.

How to use Tailwind CSS with Laravel

Tailwind is a modern CSS framework that provides a unique set of utility classes making the development process easier.

How to Send an Email in Laravel

Email is one of the most used tools for communication in web applications because it helps you reach your users directly and build your brand.

SPA Authentication using Laravel Sanctum and Vue.js

Laravel Sanctum provides a featherweight authentication system for SPAs, mobile applications, and simple, token-based APIs.

API Authentication using Laravel Sanctum

Laravel Sanctum provides a featherweight authentication system for SPAs, mobile applications, and simple, token-based APIs.

Toast Notification in Laravel Livewire Tutorial

AĀ toast notificationĀ is a message object that presents timely information, including confirmation of actions, alerts, and errors.