In Laravel 11, there is a built-in function to send mail that you can use with external SMTP drivers like Gmail, Mailgun, Postmark, Amazon SES in the mail facade to send emails. In this example guide, we will send mail
Laravel 11 Create Custom Route File Example
In Laravel 11, the process of creating a custom routes file and configuring it in the application has changed. But it has become easier than even older versions of Laravel. In this easy and short guide, we will show you
Laravel 11 Bootstrap Typeahead Autocomplete Search Example
In Laravel 11, Bootstrap provides a Typeahead JS library, which is lightweight and used to make autocomplete search functionality in application. In this guide, we will teach you how to develop autocomplete search from a database using bootstrap typeahead js
Read More Laravel 11 Bootstrap Typeahead Autocomplete Search Example
Laravel 11 Google Autocomplete Address Example
In Laravel 11, Google Places Autocomplete API provides you address with latitude, longitude, country, state, city, and postal code, etc. When the user types an address in the search input field of the form In the example guide, we will
Laravel 11 JQuery UI Autocomplete Ajax Search Example
In Laravel 11, jQuery UI helps to develop autocomplete search using AJAX. It will auto populate suggestions when the user types in an input search box or textbox so that users can find relevant information quickly and efficiently. In this
Read More Laravel 11 JQuery UI Autocomplete Ajax Search Example
Laravel 11 Breeze Auth Tutorial
In laravel 11, Breeze is a lightweight authentication system that provides you auth scaffolding features for the use of default login, registration, password reset, and email verification designed pages in Laravel applications. In this guide, we will show you how
Laravel 11 Bootstrap Auth Scaffolding Tutorial
Laravel 11 UI provides built-in Bootstrap authentication system, which provides users with default login, registration, forgotten password, password reset, email verification pages with functionality using Bootstrap authentication in Laravel applications. In this guide, we will teach you how to install
Laravel 11 Shopping Add Item to Cart Tutorial
In this guide, we will teach you how to develop a shopping add an item to the cart using jQuery ajax and session in laravel 11 application. In this Laravel add to cart example guide, we will create a movie
Laravel 11 Ajax CRUD Image Upload Tutorial
To create laravel 11 Ajax crud with an image upload app, You need to create a controller and method to perform crud operation from the database table, and create forms to send data to the server using jQuery ajax, and
Laravel 11 CRUD and Image Upload Tutorial Example
Welcome guys! In this Laravel 11 crud with image upload guide, we will show you how to create crud (create, read, update, delete) operation with an image upload in laravel 11 applications. If you want to create a post, category,