© 2023 Hashnode
#php
One of the first roles that I've been working on since I went full-time remote was that of the unit tester. I wasn't used to being the QA guy before and although this was new to me, I've gotten the ha…
Laravel is a popular PHP framework that is known for its elegant syntax and advanced features. In addition to its features, Laravel also has a strong emphasis on design patterns. Design patterns are s…
A few days ago, we have recently noticed some strange access to one of our customer portals, some kind of direct external access to a specific account, nothing dangerous for customers' data, but just …
Overview As a CTF player, I used many tools to scan the network and get the network service version, and open ports to exploit the system. So, I use many tools like Nmap, Nikto, and Gobuster etc, But …
The MERN stack (MongoDB, Express.js, React, and Node.js) is a popular stack for building web applications using JavaScript, and there isn't a direct equivalent in PHP. However, there are several PHP-b…
1. Introduction Self-referencing models, also known as recursive relationships, are a powerful tool in Laravel's Eloquent ORM (Object-Relational Mapping) system. They allow a model to have a relations…
Initially, I wanted to reply to a Reddit comment. It was already long enough to classify as a blog post. I hope you enjoy reading it. Let me know your thought on the comments. Simply put, Symfony isn'…
Hi friends, in this tutorial you will learn JSON encode and decode in PHP. Before getting started with JSON with respect to PHP, you must know what JSON means exactly. JSON is nothing but a javascript…
Every good developer knows that in the process of software development, the ability to debug the application properly plays a vital role in the overall software delivery cycle, even for newer develope…
This communiqué originally appeared on Symfony Station, your source for cutting-edge Symfony, PHP, and Cybersecurity news. Welcome to this week's Symfony Station Communiqué. It's your review of the es…