In this laravel eloquent query methods tutorial. In this tutorial, you will learn laravel eloquents methods like where, whereDate, whereRaw, whereMonth, whereYear, whereIn, whereNotIn, whereNull, whereNotNull, whereTime, havingRaw, whereBetween, whereNotBetween and laravel pluck.

Artisan console is the most useful part of the Laravel Framework. In laravel, an artisan console command-line is a tool to run Laravel commands. If you use these commands, it improves the development speed by providing ready to use scaffolding and required methods. You can save your lot of time using this.

Laravel provides multiple database connections access functionality with it’s very easy and simple.Laravel provides multiple database connections access functionality with it’s very easy and simple. In this tutorial, we would love to share with you how to connect single or multiple databases using a laravel application. Sometimes, we need to connect multiple databases to the Laravel application. Let’s see, how to implement multiple database connections in the laravel app. Table of Contents Prerequisites Without .env Database Connection With .env Database Connection Custom Connection In Migration Custom Connection In Model Custom Connection In Controller Custom Connection with Query Builder Conclusion Prerequisites We need to download the fresh Laravel setup where we will implement our example. Without .env Database Connection In Laravel, a database configuration file is located on “config / database.php”. Here we can set up more than one database connection. If your app uses data from two different MySql databases, you can easily define them.

Macro is the powerful feature of the laravel framework. Macros allow you to add on custom functionality to internal Laravel components like response:: macro, laravel macroable etc. This laravel macro also work with laravel apps.

Laravel multi (auth) authentication- Today we are going to show you, how to create multi auth system in laravel 5.8. Mulitple auth system means multiple users can login in one application according to roles.

Laravel Google Recaptcha – Today we will discuss how to use google rechaptch in laravel application. Basically google recaptch is used to verify the user is human or robots.

Laravel login authentication register with example. In this laravel 5.8 default login authentication system, we will study about how to create laravel login authentication and register with example .Step by Step Guide to Building Your First laravel login authentication and register Laravel 5.8 Application. A complete step by step complete guide.

In this laravel 5.8 rest authentication api example, we would love to share with you how to create rest full api in laravel 5.8 using passport. Step by Step guide to build rest api in laravel application using passport authentication in laravel applications. Laravel passport authenticate users and do not maintain session.

Laravel is most popular php framework in the world. Laravel is very simple and easy php framework with many useful functions libraries ,packages etc. In this laravel blocked/banned/suspended users example. We would love to share with you how to banned/blocked/suspended users.

In this laravel qr code tutorial, we will share with you how to generate (create) qr code using simple-qrcode in laravel 5.7 & 5.8. you can simply create (generate) qr codes with text, size, color, background color, format like png, eps, svg. This example also work with laravel version 5.8 , 5.7 & 5.6 .