Laravel 9 CRUD Application Tutorial Example

In this article, we will cover up Laravel 9 crud operation using an example. In this example, we will create a product using the crud application in Laravel 9. Create a products table with name and detail column using Laravel 9 migration, then we will create routes, controller, view, and model files for the product … Read more

Laravel 9 Form Validation Tutorial Example

This article covers the details on form validation in Laravel 9. We will take up simple examples of simple form validation in Laravel 9. Laravel 9 offers a request object to add form validation using it. We will be using request validate () for adding validation rules and custom messages.  We will also be using … Read more

Laravel 9 Generate PDF File using DomPDF

Laravel 9 Generate PDF File

In this article, we will implement Laravel 9 to generate a pdf file. You will learn how to generate a pdf in Laravel 9. Let’s see below the example Laravel 9 pdf generator. We will provide you with a simple example of how to generate a pdf file in Laravel 9. We will be using … Read more

Laravel 9 CRUD with Image Upload Tutorial

Laravel 9 crud with image upload

This tutorial shows you Laravel 9 crud with image upload. Let’s see below the example Laravel 9 crud example with image upload. You will get the basic crud with image upload stuff using controller, model, route, bootstrap 5, and blade. Step 1: Install laravel 9 If you haven’t created the Laravel app, then you can … Read more

Laravel 9 REST API Authentication using Sanctum Tutorial

Laravel 9 REST API Authentication using Sanctum

Laravel 9 Sanctum gives a simple authentication system for SPAs (single-page applications), mobile applications, and simple, token-based APIs. Sanctum enables each user of your application in generating multiple API tokens for their account. To create API for your mobile application, you can follow this tutorial for how to create the rest API step by step … Read more

Laravel 9 Import Export Excel and CSV File Tutorial

laravel 9 import expost csv file

Hello Developers,In this tutorial, I will share with you how to import and export Excel and CSV files in Laravel. we are going to use maatwebsite/excel composer package for import and export tasks. In the example, we will create a simple form for input where you’ll be able to upload a CSV file and create … Read more

Laravel Contact Form Send Email Tutorial

contact form send email

In this tutorial, we’ll be discussing various steps to create a Laravel contact form and send emails. This tutorial will provide you simple example of the contact us form in Laravel. This example can be used with Laravel 6, Laravel 7, Laravel 8, and Laravel 9 versions. Let’s create a contact us form with name, … Read more

Laravel 9 REST API with Passport Authentication Tutorial

REST API with Passport Authentication Tutorial

Rest API is the best option when working with a mobile application. Laravel provides an easy way to design an API. If you have authentication in the mobile app then you can do so using a passport. Laravel 9 Passport gives a way to create auth token for validating users. Below are the nine steps … Read more

How to Make a Shopify Store in 9 Steps

Shopify is much easier than other website builders. Optimizing a site always requires hard work, but that goes double with e-commerce, where you need to be compatible with your sales strategies according to the design choices. Below, we have outlined the nine steps to creating a Shopify website for your eCommerce business. 1) Familiarize yourself … Read more

How to Create a Website Using Wix (Step-by-Step Guide)

How to Create a Website Using Wix

Wix is a simple drag and drop website making it easy for anyone to build a website faster without any coding or designing skills. Why Build a website on Wix? Wix is a drag and drop website builder, that allows you to design your website visually by moving across the page elements and typing directly … Read more