Laravel devs, one of my followers asked me: “Where can I see all available PHP attributes in Laravel?”
I thought about it for a bit… couldn’t find a clear answer.
So I created a repo that lists all PHP attributes used in the Laravel framework.
github.com/MrPunyapal/laravel-attributes-list
Back
•
In response to @MrPunyapal
Added a usage guide for each PHP attribute in Laravel.
PS. Many of them are undocumented, and I personally verified them all with code.