Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Category Archive

Articles: Laravel

Technical writings, opinionated architectures, and development guides focusing on Laravel.

Articles82
Est. Read Time737 mins
Tags180
Featured5

Learn methods of writing to the database using Laravel's Eloquent ORM for effective database interactions.

laraveleloquentdatabase-operationsdesign-patterns

Learn how to implement one-time password authentication in Laravel. Secure and streamlined user authentication.

laravelauthenticationone-time-passwordsecurity

Master the art of Laravel data modeling and build a meeting room booking system with this comprehensive tutorial.

laraveldata-modeleloquentdatabase-design

Discover how Laravel can embrace BDD with the 'Given When Then' approach, uniting teams and creating a ubiquitous testing language without new syntax.

laravelbddtestingpestphp

Build a live blog with Statamic in Laravel and deploy to Digital Ocean from your IDE.

statamiclaraveldigital-oceaninfrastructure-as-code

Learn how to work with Laravel Model Events and explore different approaches to handle them efficiently. Discover pros and cons of each method.

laraveleloquentmodel-eventsevent-handling