Reading Time: 7 minutes Introduction Laravel Sanctum authentication tutorial; In this tutorial, we will share how to create or build a secure PHP RESTful API in Laravel application with the help of the Laravel sanctum package. Likewise,…
Laravel
Reading Time: < 1 minute You may find an error Target class […Controller] does not exist for example in early versions of laravel 8, or when you migrate to laravel 8 from previous versions of laravel, or just…
Reading Time: 2 minutes Sometimes you may want to have multiple dynamic database connection in laravel and the solution is to use multiple database connections in laravel. This tutorial guide shows you a multiple database connection example…
Reading Time: < 1 minute getKey() method Gets the value of the model’s primary key. To get the id of the current model in laravel, use the getKey method or just use the primary key column name as…
Reading Time: 2 minutes In this quick post, we will solve the target class databaseseeder in Laravel 8 does not exist or not found. You may come across the target class does not exist as in the…