Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Storing files or images on an external server is a common behavior nowadays. People use cloud storage like AWS, Azure, Google Cloud, Backblaze, or their own rem...
Many web applications require users to verify their mobile numbers before using the application.
Hi, today I want to share about scraping data using PHP Curl in Laravel, in this tutorial I want to make a case, I’ll scraping data from this website https://de...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In short, Laradock is a set of dockerised software put together by the community. This quick tutorial will give you a quick overview on how to get started with...
When we dividing the sub-problems into smaller sub-problems we may reach at the stage where no division is possible. Those atomic smallest possible sub-problems...

divinglaravel.com

Encryption and Hashing
As we mentioned earlier, APP_KEY has nothing to do with hashing passwords. It's used for encrypting and decrypting values in your application. Encryption and ha...
The service container is the core of laravel, all of the service providers and facades are binding and aliasing to it, through infrastructure building and cleve...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this tutorial i am going to show you step by step how to delete multiple rows using checkbox in laravel. It is a common requirement in every application. So...
TL;DR: Use the auth middleware and then type-hint the Authenticatable Contract in your Controller method. If you’re here for the magic, then keep reading!
Welcome to this new blog-series of mine where I want to invite you to follow my path as one-man-company. I want to share with you how I survive working on my ow...
Exception handling is an essential part of the software development workflow. It is used to handle the runtime errors so that the normal flow of the application...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
If you are writing eloquent queries in your Laravel project and find yourself writing the same logic in your queries over and over again then query scopes might...
When developing a Laravel web application it can often start out quite simple, but can grow in complexity over time. This complexity can also end up being refle...
Laravel already makes it easy to perform authentication via traditional login forms, but what about APIs? APIs typically use tokens to authenticate users and do...