Latest Laravel/PHP Articles

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


How to Integrate PayPal Express Checkout in PHP. Learn more about PayPal Express Checkout visit blog at: http://www.phpexpertise.com/paypal-express-checkout-int...
Laravel query builder provides a variety of aggregate methods such as count, max, min, avg, and sum. You may call any of these methods after constructing your q...
We’re hosting the Decemeber 2018 Laravel SF meetup at Stitch Labs. These are some show notes about installing Laravel and setting up an API. For this applicatio...
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.
Wink is a free, open-source publishing platform built to run on any new or existing Laravel project. It comes with a clean and efficient admin panel and a famil...
During the last few months, I’ve read a lot of blog posts and guides that talk about the benefits and joys of TDD. Although they all were credible sources and I...
Damn, but security is hard. It’s not always obvious what needs doing, and the payoffs of good security are at best obscure. Who is surprised when it falls off o...
After working for two years with Laravel at a corporate-level SaaS, I’ve gathered some valuable experience on trivial things as well as hard challenges and thei...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
“Global Application Settings in Laravel” is published by Freek Van der Herten
If you follow my stories, you probably know by now that I’ve got an ongoing fight to get Vuex properly working with my Laravel Nova admin site. The first iterat...
In previous story, I did make a workaround to fix Dingo/API and Nova API by using different Service Provider (which extend the Dingo/API Laravel Service Provide...
Summary: Conversion of geo-coordinates ( Latitude and Longitude ) into address is known as Reverse Geocoding. In this script we are using Google map API because...
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.
The Open/Closed Principle states that software entities (such as classes, modules, functions, etc) should be open for extension, but closed for modification.
Dennis Smink wrote a nice post on how you can use our backup package to backup your application to Google Drive. He includes all steps necessary to authenticate...
I was searching for a tool to help me take some snapshots or thumbnails from a couple of websites to use them in my blog (devcanvas.org). I remembered that Phan...
The Single Responsibility Principle is a computer programming principle that states that every module or class should have responsibility