Category: Laravel
Better Way Of Creating Laravel Controller For CRUD Operations
Laravel works on MVC(Model-View-Controller) architectural patterns. If you are running an application on the Laravel framework, then you have to create a model, view, and…
How to Perform Database Seeding in Laravel
In the past, I have published the article How to Seed the Database in PHP using Faker Library. While researching this topic, I found that…
Laravel Helpers – Global Functions For Laravel Developers
Laravel is a trending framework for PHP nowadays. The popularity of Laravel is increasing day by day. There are several reasons behind this popularity –…
How to Add I’m not a robot captcha in Laravel Forms
Are you looking to add Google reCAPTCHA to your Laravel forms? Google reCAPTCHA helps to protect the forms against bots and eventually from spam. If…
How to Create Custom 404 Error Page in Laravel
Do you want to create a custom 404 error page in Laravel? If for some reason your users landed on a URL that does not…
User Registration and Login System in Laravel
Do you want to create a user registration and login system in Laravel? In most applications, you need to have a login, and registration system….
Social Login System Using Laravel Socialite
Credit: This article is inspired by this post Laravel Social Authentication with Socialite Are you looking to implement social login system in your Laravel website?…
Sending Email Via Gmail SMTP Server In Laravel
Do you want to use the Gmail SMTP server for sending emails in Laravel? Sometimes your server does not send emails due to its limitations…
How To Use Built-In Laravel Pagination Feature On Website
Are you looking to integrate built-in Laravel pagination in your application? Pagination is always a lengthy task. If we are doing it without any third-party…
How to Use Laravel Multiple Database Connections Feature On a Website
Are you looking to connect multiple databases to your Laravel application? Sometimes, you may come across a situation where you need to deal with more…