In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Send out One Time Passwords thanks to SPATIE - Package In Review: spatie/laravel-one-time-passwords

youtu.be - submitted by Bert De Swaef

In this episode, we're reviewing, installing, and testing spatie/laravel-one-time-passwords. A Package by our dear friends from SPATIE, that allows you to send One Time Passwords. The Package also comes with a built-in Livewire Component for us to use all the magic. Or you could use the bits and pieces to craft your own flow.

Read more [youtu.be]

Hosting a Laravel app with AWS Beanstalk

www.csrhymes.com - submitted by Chris Rhymes

If you have to use AWS for hosting, and for whatever reason, you can’t make use of Forge or Vapor, then one potential elastic, scalable solution is AWS Beanstalk. AWS Beanstalk essentially provides you with a number of EC2 (Elastic Cloud Computing) servers that sit behind a load balancer. If demand increases then more instances can be created. If demand drops then the number of instances drops down to save you costs.

Read more [www.csrhymes.com]