Latest Laravel/PHP Articles

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


LAVALITE CMS is a website application that supports the creation and modification of digital content. They are qualified for the creation, management, and shari...
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and why you’ll want to use them. I’m aiming to release a new article ea...
Laracon Online is the official worldwide Laravel online conference and returned in 2019 for its third year. There were nine great talks this year, on a range of...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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…
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...