Muhamad Hassan's Blog

Muhamad Hassan's Blog

Follow
homeLaravelDatabases
Tag

PHP

#php

More content

Read more stories on Hashnode


Articles with this tag

Using ULID in Laravel Framework

May 20, 20232 min read 1.2K views

In a previous post, we talked about how ULID can be a better choice for primary keys in MySQL than UUIDs. In this tutorial, we will go over how to use...

Using ULID in Laravel Framework

Preventing User Enumeration Attack in Laravel Apps

May 13, 20225 min read 835 views

User enumeration is a brute-force technique that is used to collect or verify valid users' credentials. It belongs to the Identification and...

Preventing User Enumeration Attack in Laravel Apps

Laravel Static Code Analysis with PHPStan

Feb 26, 20228 min read 143 views

Code analysis is the process of testing and evaluating a program either statically or dynamically. Dynamic analysis is the process of testing and...

Laravel Static Code Analysis with PHPStan