Dart Installation There are multiple ways to install a dart on your system. You can install Dart on Windows, Mac, and Linux or run it from the browser. Requirements Dart Windows...
Dart is a client-optimized, object-oriented, modern programming language to build apps fast for many platforms like android, iOS, web, desktop, etc. Client optimized means optimized for crafting a beautiful...
This section will help you to setup an environment for dart development and learn the basics of dart. Here you will learn the following topics: Practice Questions Complete this...
In this post, you are going to learn how to use Monnify API and Laravel HTTP Client to easily integrate into your application. Monnify is a payment gateway that...
In this post, you are going to learn how to drag and drop file upload using Dropzone Js in Laravel application. the version of Laravel used in this tutorial...
In PHP, you can convert bytes into kilobytes (KB), megabytes (MB), and gigabytes (GB) by dividing the given number of bytes by the corresponding factor. In this example, I...
In PHP, you can generate a random string using various methods. The example below is function that generates a random number according to the specified length set on the...
In Laravel, while validating uploaded images, you can specify the dimensions the required.
Has has() is to filter the selecting model based on a relationship. So it acts very similarly to a normal WHERE condition. If you just use has('relation') that means you only want...
You can send Laravel Notifications not only to a certain user with $user->notify(), but also to anyone you want, via Notification::route(), with so-called “on-demand”. Sometimes you may need to send a...

