Latest Laravel/PHP Articles

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


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...
“Global Application Settings in Laravel” is published by Freek Van der Herten
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
The Open/Closed Principle states that software entities (such as classes, modules, functions, etc) should be open for extension, but closed for modification.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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
Today, I’m gonna tell you four php practices that will definitely save some of time and hassle. So, get ready. We all PHP folks might have used md5 or sha1 hash...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Dependency Injection is one of the most common design patterns, especially in languages like PHP. In the tutorial, we will go over the basics of Dependency Inje...
A quick and easy tutorial for creating and developing laravel php packages. Using ascii cats
laravel-websockets is a Laravel package that can handle the server side of WebSockets entirely. It completely replaces the need for a service like Pusher or a J...
The Laravel team released Laravel 5.7.10 on 23 October 2018 with a handful of new features, fixes, and changes: First up, is the ability to load relationship co...