Reading Time: 2 minutes How to pass JavaScript variables to PHP There are many ways to pass JS Variables to PHP. PHP is the scripting language used on the server, while JavaScript is used on the client….
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,…
Reading Time: 5 minutes Introduction and background on YOLOR YOLOR (You Only Learn One Representation) is an object detection algorithm released in 2021. YOLOR encodes implicit knowledge and explicit knowledge simultaneously using a unified network. Object detection…
Reading Time: 3 minutes Spotify is a proprietary audio streaming and media services provider. This tutorial will help you to install Spotify on Ubuntu 22.04 LTS Jammy Jellyfish using three methods; the official repository, using snap and…
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…
Reading Time: < 1 minute Telegram is a free cross-platform messaging program that offers end-to-end encryption. It also includes video calling. It is also preferred by many users in regards to its users privacy. This functionality also makes…
Reading Time: 6 minutes Introduction No matter how efficient your Machine Learning model is, it will only be useful when it creates value for the Business. This can not happen when it’s stored in a folder on…