Latest Laravel/PHP Articles

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


Create Virtual Host for NginxNginx Working Environment ConfigurationPHP: Version 7.3 Port: 8080 Follow the instructions to configure domain mapping 1 ) Open ter...
Laravel form builder (Bootstrap, Semantic ui, Materialize)A few months ago I try to create different form builder not server side php library.It’s JavaScript ap...
In Laravel framework, the api route file is separated to a single file. It’s clear to write the api route. Umm, it seems good. But if we have to add the v3 api...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Today we'll look at the command line and run performance heavy dev tools like Rector or PHPStan on our projects. I'm guessing that it takes more than 10 seconds...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...