Laravel

Image Resize in Laravel 10 : A comprehensive Guide

By Akhand Pratap Singh | August 7, 2023 |
Image Resize in Laravel

Introduction to image resize in Laravel: In this tutorial, we’ll walk you through the process of creating a powerful image resizing functionality using the Laravel framework. With this step-by-step guide, you’ll learn how to set up a complete web application that allows users to upload images, automatically resize them, and view both the original and…

Read More

Laravel Passport: A comprehensive guide in Laravel 10

By Akhand Pratap Singh | August 2, 2023 |
Laravel Passport

Introduction: Laravel Passport is a powerful authentication and API token management package that seamlessly integrates with Laravel applications, allowing developers to build secure APIs quickly and efficiently. In this tutorial, we’ll guide you through the process of creating a Laravel project, setting up dependencies, creating controllers, migrations, routes, and more. By the end of this…

Read More

Laravel JWT Tutorial: A comprehensive guide

By Akhand Pratap Singh | August 1, 2023 |
laravel jwt

Introduction to laravel jwt authentication: JSON Web Token (JWT) authentication is a popular method used for secure user authentication in web applications. In this tutorial, we will learn how to implement JWT authentication in a Laravel project. By the end of this guide, you will have a fully functional Laravel application with JWT-based authentication, enabling…

Read More

Import and Export Excel in Laravel: A Step-by-Step Guide

By Akhand Pratap Singh | July 29, 2023 |
image resize in laravel

Introduction to Export excel in Laravel: In this tutorial, we will walk you through the process of building a Laravel web application that allows importing and exporting Excel data. We will cover every step, from creating the project to setting up routes, controllers, models, and views. By the end of this article, you will have…

Read More

Middleware in Laravel: A Comprehensive Guide

By Akhand Pratap Singh | July 1, 2023 |
Middleware in Laravel

Introduction to Middleware Middleware acts as a bridge between the web server and the application, allowing developers to filter and modify the HTTP requests and responses. It provides a flexible way to handle tasks such as authentication, authorization, logging, form validation, and more. Laravel’s middleware feature simplifies the implementation of these tasks and promotes code…

Read More

Top 30 Laravel Interview Questions: A comprehensive guide

By Akhand Pratap Singh | July 1, 2023 |
laravel interview questions

Are you preparing for a Laravel job interview and feeling a bit nervous? Don’t worry, we’ve got you covered! In this comprehensive article, we will walk you through 30 common Laravel interview questions along with their answers. Whether you’re a beginner or an experienced Laravel developer, these questions will help you brush up on your…

Read More

Could not open input file: artisan (Solved)

By Akhand Pratap Singh | June 6, 2023 |
could not open input file: artisan

Could not open input file: artisan If you’ve been working with Laravel, chances are you might have encountered the error message “could not open input file: artisan” at some point. This error can be frustrating, especially when you’re trying to run Artisan commands and face roadblocks. In this article, we will delve into the causes…

Read More

Laravel Migration Simplifying Database Management Laravel 9

By Akhand Pratap Singh | June 1, 2023 |
laravel migration

Introduction to Laravel Migration Laravel is a popular PHP framework known for its elegant syntax and robust features. One of the key components of Laravel is migration, which provides a convenient way to manage database schema changes. In this article, we will explore the concept of Laravel migration, its benefits, and how to use it…

Read More

Laravel vs CodeIgniter: Framework Comparison

By Akhand Pratap Singh | May 28, 2023 |
laravel vs codeigniter

Difference in Laravel vs CodeIgniter Laravel vs CodeIgniter are two popular PHP frameworks that assist developers in building web applications efficiently. While both frameworks share similarities, they also have distinct features and characteristics that set them apart. In this article, we will delve into the differences between Laravel and CodeIgniter, exploring their strengths, weaknesses, and…

Read More

Laravel send mail in Laravel 9 tutorial

By Akhand Pratap Singh | May 22, 2023 |
send emails in laravel 9

Hello, Today, I will guide you through an example of how to Laravel send mail in Laravel 9. We will explore the step-by-step process of sending emails in Laravel 9 using the SMTP driver. Laravel 9 comes with a built-in mail configuration that allows you to send emails using various drivers. You have the option…

Read More

Newsletter

Subscribe for latest updates

We don't spam.

Loading

Categories