Latest Posts

How to Create Custom Error Page in Laravel 11?

In this article, I will show you how to create a custom error page in a Laravel 11 application. We can redesign 404, 500, 503, 419, 401 error pages in Laravel 11. By default, Laravel provides a very .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Generate QR Code in Laravel 11?

In this post, I will show you how to generate a QR code in a Laravel 11 application. We will generate and save the QR code for a link. We will use the simplesoftwareio/simple-qrcode composer package .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Resize Image Before Upload Example

In this post, I will show you how to resize image before upload using intervention/image in laravel 11 application. We will use the Intervention/Image Composer package to resize images in Laravel. We.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Multi Auth: Create Multiple Authentication in Laravel 11

In this post, I will show you how to create multiple authentication using middleware in Laravel 11 application. In this example, we will install a fresh Laravel 11 application for multi-auth. Then we.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Scout Full Text Search Tutorial

In this post, I will share with you how to create full text search using Scout elastic search with Algolia driver in the laravel 11 application. Laravel 11 provides Scout Package for full-text search.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 JQuery UI Ajax Autocomplete Search Example

In this tutorial, I would like to share with you how to make input autocomplete using jQuery UI AJAX in Laravel 11 application. In this example, we will download the fresh Laravel 11 app and run migr.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Last Executed Query in Laravel 11?

In this post, I will show you how to get the last executed SQL query in a Laravel 11 application. We will print the last SQL query in Laravel 11 using `ddRawSql()`, `toSql()`, `DB::enableQueryLog()`,.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Flash Message Example Tutorial

In this example, I would like to show you how to add flash messages in Laravel 11 application. We will use Bootstrap 5 alert for flash messages like success, error, warning, and info. We will define .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Select2 Ajax Autocomplete Search Example

In this post, I will show you Select2 AJAX autocomplete search in a Laravel 11 application. In this example, we will download the fresh Laravel 11 app and run migration for creating the users table. .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Ajax CRUD Operation Tutorial Example

In this tutorial, I will show you step-by-step how to create a Laravel 11 Ajax CRUD Application with a popup modal and datatable. In this example, we will create a "products" table with "name" and "d.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Cron Job Task Scheduling Tutorial

In this post, I will show you step by step how to set up cron job task scheduling in Laravel 11 application. Why do we have to use a cron job? And what are the benefits of using cron jobs in Laravel .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Clear Cache of Route, View, Config, Event Commands

In this short article, I will show you how to clear cache of routes, views, config, and events in a Laravel 11 application. Sometimes we need to clear the cache when changes are made in a configurati.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares