Tony Joe Dev

Tony Joe Dev @tonyjoe

About: Clean code lover and therefore lover of Laravel.

Location:
Italy
Joined:
Jul 18, 2023

Tony Joe Dev
articles - 8 total

Easiest Passwordless Login in Laravel without external packages

In this fast tutorial, we will create the easiest Passwordless Login in Laravel, using Signed...

Learn More 2 0Mar 23 '24

data_get(): Warning with array keys with dots - Laravel Tips

Ingredients data_get() data_get() is a useful helper function in Laravel that...

Learn More 0 0Jan 4 '24

wasChanged() vs wasRecentlyCreated - Laravel Tips

Let's start with a simple model like this: class MyModel extends Model { protected $fillable =...

Learn More 4 0Jan 2 '24

How to easily export in Excel or CSV with Laravel

"Hey Tony 🙏, I need to export those results to Excel by tomorrow morning otherwise I get fired!...

Learn More 3 0Nov 19 '23

How to handle a Private Beta with access code for your new app in Laravel

Do you have an app that needs testing before the big launch? Before opening a public beta, it is best...

Learn More 0 0Sep 24 '23

How to robustly expose a webhook in Laravel

In this tutorial, we will see how to make our Laravel application capable of receiving notifications...

Learn More 1 0Sep 6 '23

How to manage subscribed webhooks in Laravel

Web applications are increasingly interconnected: data is continuously exchanged and notifications...

Learn More 7 3Aug 20 '23

How to simply expose an endpoint with API Key in Laravel

We all need, sooner or later, to expose an endpoint quickly and with the greatest possible...

Learn More 10 2Aug 2 '23