Latest Laravel/PHP Articles

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


Configurations: “PHP Security Quick Notes” is published by Tuyen Vuong
Here, I’ll be out-listing step by step procedures of successfully integrating Google authentication using Socialite in your Laravel blog. I’ll be making use of...
Before we start, We need to have Integration tokens from your account. To enable it, we must request access by emailing yourfriends@medium.com. Add this url…
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Here, I’ll be out-listing step by step procedures of successfully integrating Facebook authentication using Socialite in your Laravel blog. I’ll be making use o...
When I use the laravel collection recursive I find it’s very nice but it’s only supported the arrays of one dimensional. I need to do it support multidimensiona...
Here, I’ll be out-listing step by step procedures of successfully integrating Google authentication using Socialite in your Laravel blog. I’ll be making use of...
Laravel Forge Server Region List. Below is the list of Laravel Forge’s list of regions for using in their Api. The request is sent at 2019–03–17.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–control...
Hmm well this my first post in 2019 and in this post we are gonna take look into the PHP unit data providers, which I think very handy and useful to clean up yo...
Hi, I want to share you about how to creating a Restful API service using Laravel. I used “todo list case” for this tutorial, where we have activities and we ha...
Calling a function in PHP can be as simple as printing the name of a function with two parentheses, ‘()’, after it. However, many functions require you to give...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
The arithmetic operator handles basic numerical operation, such as addition and multiplication. Some of them are: To calculate $a % $b, you first perform $a / %...
“Traceable Scope Queries” is published by Arjon Jason Castro
When I first started app development with Vue and Laravel, I was using “watch-poll” all the time. As my app grew larger and became more complicated, I knew I ne...
TL;DR: This article will show you how to use Laravel to implement a basic GraphQL API and how to secure it with Auth0. Throughout the article, you will learn ho...