Tag

Scopes

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jan 31, 2024 · Backend Development

Understanding and Implementing Laravel Scopes for Eloquent Models

Laravel Scopes provide a powerful mechanism to define reusable query constraints for Eloquent models, covering global, local, anonymous, and dynamic scopes, with step‑by‑step instructions on creation, application, removal, and best practices, enhancing code reuse, readability, and maintainability in backend development.

EloquentLaravelPHP
0 likes · 13 min read
Understanding and Implementing Laravel Scopes for Eloquent Models
Top Architect
Top Architect
Jan 9, 2021 · Backend Development

Guice Dependency Injection Tutorial: Modules, Bindings, Scopes, and Assisted Injection

This article introduces Google Guice, a lightweight Java dependency injection framework, covering its core concepts, module configuration, various binding types, scopes, injection methods, provider usage, assisted injection, and includes extensive code examples demonstrating how to replace manual object creation with Guice-managed dependencies.

Assisted InjectionBindingsDI
0 likes · 10 min read
Guice Dependency Injection Tutorial: Modules, Bindings, Scopes, and Assisted Injection
Java Captain
Java Captain
Apr 13, 2019 · Fundamentals

Comprehensive Guide to Maven: Repositories, Dependency Management, Scopes, and Lifecycle

This article provides a comprehensive overview of Maven, covering its repository types, local and remote configurations, dependency management including scopes and conflict resolution, best practices for avoiding issues, and the standard Maven lifecycle, enabling developers to master Maven for Java projects.

Build ToolsJavaRepositories
0 likes · 8 min read
Comprehensive Guide to Maven: Repositories, Dependency Management, Scopes, and Lifecycle