Hi, my name is Guillermo Antony Cava Nuñez, today we’ll dive into the confusing topic of PHP sessions. We understand that in order to make any sort of multi-user system function properly we need to store some piece of date from the user entering our system. However, if done incorrectly, we can either leave a gateway…
Tag: PHP
Let’s Build an API in 15 Minutes
Hi, I’m Guillermo Antony Cava Nunez, every morning I check out medium and surprised to find an awesome article about PHP, hope you guys benefit!
Laravel API Resources — Under the hood!
When I Guillermo Antony Cava Nuñez , was going through the API documentation, I found that Laravel 5.5 has API Resources. I never saw this in previous versions and never used. Before this, people used to use Fractal. Never used that one too. So, how I, Guillermo Cava Nuñez used to do it? First of all, I…