Cover photo by Tim Wildsmith on Unsplash https://res.cloudinary.com/practicaldev/image/fetch/s--EakxJphR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/ht...
Passwordless authentication is a method whereby users access an app without entering passwords. It is the most effective way to reduce risky password management...
In this article, we will see how to generate QR code in laravel 8. we will generate QR code using the simplesoftwareio/simple-qrcode package in laravel 8. simpl...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This post is showing some examples that are pretty easy to add to any Laravel project that use Laravel Breeze. Here a login example: Take in mind that the defau...
In this tutorial, we will learn Laravel middleware. We will learn with custom middleware and also Laravel predefined middleware. But what is middleware...
The Transformer is a php package for transforming values or input. It is powered by the Laravel framework's validation components. For example, preg_re...
Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using. Here's a screenshot of it: I'm using h...
Laravel Blade Capture Directive is a fantastic package that introduces a new @capture directive that allows you to capture small parts of your Blade templates a...
Laravel Getid3 is an awesome Laravel package that helps to extract metadata from media files. It can be used with files stored on different disks such as local...
This article was originally written by https://www.honeybadger.io/blog/authors/funkefaitholasupo/ on the https://www.honeybadger.io/blog/laravel-guzzle/. Guzzle...
https://dev.to/fanreza if you have 2 apps on same domain like https://somesite.com/someapp-1 https://somesite.com/someapp-2 The CSRF token will competing each o...
I have inherited a Laravel 7.4/ Vue 2.x application. Everyone who knew how to start it up (in theory: successfully) is long gone. I've got everything up and lis...
Laravel Mass Update is a fantastic package that helps to update multiple Laravel Model records, each with its own set of values, sending a single query to your...
This package includes a collection of standards as PHP Enums like ISO3166, ISO4217, ISO639... Note: Make sure you are running PHP 8.1 or higher to use this pack...