Latest Laravel/PHP Articles

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


Web page screenshot capture functionality is used for various purposes in the web application. There are many third party APIs are available to take a screensho...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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…
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...