Latest Laravel/PHP Articles

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


Laravel Sign in With Apple is a socialite package for integrating Sign in with Apple. The post Sign In With Apple for Laravel Socialite appeared first on Larave...
PHP is something that we don’t really hear about in mainstream media. Angular, React, Node.js and Python are all the rage nowadays. Even computer science degree...
Laravel Telescope is a new official package from Laravel. Laravel Telescope is an elegant debug assistant for the Laravel framework.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
One of the neat helpers Laravel includes is the tap() method. In a nutshell, it allows you call an object method and return the same object instead of the metho...
This article describes how to get those coverage reports. See next page for more details.
This inherently means that your comparison function must truthfully return 1, 0 or -1 depending on the equality of the values being compared inside the arrays....
Laravel Tinker is a Powerful REPL (Read-Eval-Print-Loop), also known as an Interactive top-level or language shell. That allows to Interact with the Laravel App...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Save a lot of time in your workflow with this commandalias pa=’php artisan’alias pas=’php artisan serve’alias pam=’php artisan migrate’alias pamf=’php artisan m...
In this tutorial, i would like to show you how to setup task scheduling cron job in laravel 6 application.This Cron will call the Laravel command scheduler ever...
We need to create a route and make sure it gives us data. This means that if i visit this route in my browser (chrome, firefox etc.), I should see the data we i...
Laravel Nova is created by Taylor outwell and It was first showcased at Laracon 2018. It workes as an advanced administration panel. Which is Important plug and...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
aws-sdk-php is the official AWS SDK for the PHP programming language. In this practicum we will learn how to use aws-sdk-php with the Minio server.After success...
Laravel 6 has already stepped in the market. No wonder, it possesses some considerable features and upgrades. Everyone, from developers to agencies to well-esta...
Inspector’s integration capabilities just got significantly better. We are delighted to announce that Inspector Webhooks have officially released. In general, a...
Activate account after email verification:Many web applications require users to verify their email addresses before using the application. Rather than forcing...