Author: websourceblog

Laravel 8 error target class controller does not exist. 0

Boolean field validation in Laravel

In Laravel, we can write validation rules in custom classes to validate form fields. These classes are extends from FormRequest. Sometimes, you can get a Boolean field value as string like ‘true’ or ‘false’...

Laravel 8 error target class controller does not exist. 0

How to use whereHas() and with() in laravel 8?

Laravel is very famous and widely used PHP Framework. Nowadays, I am doing development in Laravel along with other RoR and Java projects. I was working on a Laravel 8 project in which I...

AWS DynamoDB and NodeJs 0

AWS Dynamodb using Nodejs

In this article, you will know how you can perform different DynamoDB operations with Node Js. I am going to use aws-sdk for this article. So lets start…! Firstly, we will need to setup...

PHP 8 has been released 0

PHP 8 has been released. What’s new in PHP 8?

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union types, constructor property promotion, named arguments, attributes, match expression, JIT, nullsafe operator and improvements...