Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: laravel

Technical writings, opinionated architectures, and development guides tagged with laravel.

Articles89
Est. Read Time799 mins
Categories7
Featured5
Mar 20236m read

Laravel Response Classes

Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.

Feb 20235m read

Laravel CI with GitHub Actions

Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.

Feb 20235m read

Managing Routes in a large Laravel Application

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.

Feb 20233m read

Laravel Pennant

Laravel Pennant in Laravel 10; Manage Feature Flags easily. Perfect for A/B testing, incremental rollouts, and more.

Feb 20233m read

Testing JSON:API Endpoints with PestPHP

Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.

Jan 202314m read

Building APIs in Laravel

Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.

Jan 20234m read

Reducing code duplication

Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.

Jan 20234m read

Learn all about Laravel's dependency injection container

Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications

Jan 20235m 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.

Jan 20236m 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.

Dec 20229m 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.

Dec 20228m 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.