List of stuff broken so far after php 8.4
1. tighten duster
2. deployer
to be continued..
mohammed samgan khan
@msamgan
Creator of Fx (framework x). 9+ years in designing, coding, and testing robust applications, solving complex problems, and driving project success.
• • 80 Posts • 305 Views
Spam bot registrations can harm websites by submitting garbage data. The honeypot technique is a cybersecurity strategy used to detect such unauthorized activities by setting up decoy fields that attract bots. Click the link below to learn the implementation for your website.
msamgan.com/securing-your-forms-by-preventing-spam-submitted-using-honeypot
500 Downloads...
#awesome #Laravel #PHP #packages
if you want to check it out.
github.com/msamgan/laravel-env-keys-checker
We all have faced this issue one or many times. We need an API call, but not in every refresh or rendering of the component. You cannot just put it in local storage and forget about it because there is a good chance it will get updated sometimes. In this kind of case, what I do is I still use the local storage but use it as a times cache storage. Let me show you how.
msamgan.com/how-i-cache-api-response-with-the-help-of-local-storage-for-enhanced-performance