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
2023-01 · 5 min read

Configuring Laravel Pint

Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.

laravel-pintphpcode-standardslaravel
2023-01 · 6 min read

Using OpenAI in Laravel

Discover how to harness the potential of OpenAI in Laravel for AI-driven applications, from natural language processing to text generation.

laravelopenaiai-integrationtext-generation
2022-12 · 9 min read

Effective Eloquent

Explore advanced Eloquent querying in Laravel with a focus on efficient ORM usage for a banking app, including user accounts and transactions management.

laraveleloquentdatabase-queriesdesign-patterns
2022-12 · 8 min read

Eloquent API Calls

Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.

laravelapi-integrationgithub-apiobject-oriented-design
2022-11 · 7 min read

Creating a Password Generator

Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.

phppassword-securitylaravelcode-generation
2022-11 · 7 min read

Fun with Refactoring

Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.

laravelrefactoringphpcode-optimization