Chris Blackwell
banner
chrisblackwell.bsky.social
Chris Blackwell
@chrisblackwell.bsky.social
Passionate Laravel & React Developer | I love making simple software to solve complex problems.
Content inside a loop should be abstracted into a blade component.

Keep the primary loop within the base view or component for readability and consistency.
December 9, 2024 at 6:07 PM
Don't leave the password null when creating a user through alternative means (Social auth, invites, etc). This creates a possible security hole in your application.

Use an observer to create a random password that is saved for the user.
December 6, 2024 at 2:48 PM