










Insights for Dealing With PHP OOP Limitations When Keeping Specific Implementations at the Edges of
Insights for Dealing With PHP OOP Limitations When Keeping Specific Implementations at the Edges of a SoftwareA short guide to help your code go furtherPhoto by Ben Griffiths on UnsplashKeeping specific...

Laravel redirect() helper doesn't work after overrided
I have some projects that need to deploy in same domain e.g : mainproject.com mainproject.com/secondproject I've googling and found this discussion https://stackoverflow.com/a/63882428/12392547, his solution using forceRootUrl to change base url didn't works properly on my project. So my approach to solve this issue is try to override the route method because my project using named routing route('xx.yy.zz') and I was tried to...
How to Submit an External Form using PHP
Recently, I published an article on website scraping using PHP. During the research, I found that Symfony components can do much more apart from website scraping. Though the list is long, I mentioned a few interesting stuff below. Crawl the website and click on links programmatically.Retrieve and set cookies on an external website.Programmatically submit forms on the external website. In this article, I will show you how to submit an...



The Ideal WordPress PHP and Server Requirements
Servers power the internet by storing data files for websites, apps, and various digital assets. That means any self-hosted WordPress website requires a server to store and use PHP files, media elements, databases, and content. But did you know there are WordPress PHP and server requirements you have to consider prior to installing a WordPress site? WordPress PHP and server requirements are the absolute minimal environmental settings...
Phalcon 4 | PHP 7 → Getting another Segmentation Fault error when trying to send conditions to…
Phalcon 4 | PHP 7 → Getting another Segmentation Fault error when trying to send conditions to related model in ORM.Photo by Joshua Hoehne on UnsplashTHE ISSUEI came across another Segmentation Fault error when...