Tagged articles
369 articles
Page 4 of 4
Laravel Tech Community
Laravel Tech Community
Apr 13, 2020 · Backend Development

Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade

This article provides a comprehensive guide to Laravel's Blade templating engine, covering file structure, layout inheritance, sections, components and slots, data rendering, integration with JavaScript frameworks, conditional statements, loops, view inclusion, collection rendering, and how to create custom Blade directives.

BladeLaravelPHP
0 likes · 14 min read
Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade
Laravel Tech Community
Laravel Tech Community
Jan 3, 2020 · Backend Development

Laravel Logging System Overview and Configuration Guide

This article explains Laravel's powerful logging facilities built on Monolog, describes the configuration file location, details available channel drivers, shows how to set up single, daily, stack, Slack, Papertrail and custom channels, and provides code examples for writing log messages and customizing Monolog handlers.

BackendConfigurationLaravel
0 likes · 14 min read
Laravel Logging System Overview and Configuration Guide
Laravel Tech Community
Laravel Tech Community
Jan 3, 2020 · Backend Development

Laravel Session Management: Configuration, Drivers, and Usage

This guide explains how Laravel handles session storage across HTTP requests, covering configuration files, built‑in drivers such as file, cookie, database, Memcached and Redis, custom driver creation, and common session operations like retrieving, storing, flashing, and regenerating IDs, with code examples throughout.

BackendCacheLaravel
0 likes · 12 min read
Laravel Session Management: Configuration, Drivers, and Usage
Laravel Tech Community
Laravel Tech Community
Jan 3, 2020 · Backend Development

Generating URLs in Laravel: Helpers, Named Routes, Signed URLs, and Default Parameters

This article explains how Laravel's URL helper functions—such as url, route, signedRoute, temporarySignedRoute, action, and URL::defaults—can be used to generate basic URLs, access the current request URL, create named and signed routes, validate signatures, and set default route parameters, with code examples throughout.

BackendLaravelPHP
0 likes · 8 min read
Generating URLs in Laravel: Helpers, Named Routes, Signed URLs, and Default Parameters
Laravel Tech Community
Laravel Tech Community
Jan 2, 2020 · Backend Development

Master Laravel Controllers: From Basics to Advanced Resource Routing

This guide explains how to organize request handling with Laravel controllers, covering basic controller creation, namespace handling, single‑action controllers, middleware assignment, resource controllers with custom routes, dependency injection techniques, and route caching for production performance.

ControllersLaravelPHP
0 likes · 13 min read
Master Laravel Controllers: From Basics to Advanced Resource Routing
Laravel Tech Community
Laravel Tech Community
Jan 2, 2020 · Backend Development

Mastering Laravel Middleware: From Basics to Advanced Usage

This guide explains how Laravel middleware filters HTTP requests, shows how to create custom middleware with artisan, demonstrates pre‑ and post‑processing, registers global and route middleware, configures middleware groups, priority ordering, parameter passing, and terminable middleware for advanced request handling.

BackendHTTPLaravel
0 likes · 10 min read
Mastering Laravel Middleware: From Basics to Advanced Usage
Laravel Tech Community
Laravel Tech Community
Jan 2, 2020 · Backend Development

Laravel Routing Basics and Advanced Features

This article provides a comprehensive guide to Laravel routing, covering basic route definitions, route files, HTTP verbs, CSRF protection, redirects, view routes, parameters with constraints, named routes, route groups, model binding, fallback routes, rate limiting, and form method spoofing, all illustrated with clear code examples.

BackendLaravelPHP
0 likes · 14 min read
Laravel Routing Basics and Advanced Features
Laravel Tech Community
Laravel Tech Community
Dec 31, 2019 · Backend Development

Introduction to Laravel Facades and Their Usage

This article explains Laravel Facades as static-like interfaces to the service container, shows how to define and use them, compares them with dependency injection and helper functions, and demonstrates testing techniques including real‑time facades with comprehensive code examples.

BackendFacadesLaravel
0 likes · 8 min read
Introduction to Laravel Facades and Their Usage
Laravel Tech Community
Laravel Tech Community
Dec 31, 2019 · Backend Development

Understanding Laravel Contracts: Benefits, Usage, and Comparison with Facades

Laravel contracts are framework-provided interfaces that define core services such as queues and mail, offering low-coupling and clear dependencies; the article explains their purpose, compares them with facades, demonstrates refactoring for decoupling with code examples, and shows how to inject contracts via the service container.

Backend DevelopmentContractsFacades
0 likes · 7 min read
Understanding Laravel Contracts: Benefits, Usage, and Comparison with Facades
Laravel Tech Community
Laravel Tech Community
Dec 31, 2019 · Backend Development

Laravel Application Lifecycle Overview

This article explains Laravel’s request entry point, the bootstrapping process involving index.php, the HTTP and console kernels, the role of service providers, request dispatching, and how these components work together to handle incoming requests and generate responses.

BackendLaravelLifecycle
0 likes · 5 min read
Laravel Application Lifecycle Overview
Laravel Tech Community
Laravel Tech Community
Dec 30, 2019 · Backend Development

Laravel Application Folder Structure Overview

This article provides a comprehensive overview of Laravel's default application folder structure, explaining the purpose of each top‑level directory such as app, bootstrap, config, database, public, resources, routes, storage, tests, and vendor, and detailing the sub‑folders within the app directory like Console, Http, and Providers.

Backend DevelopmentLaravelPHP
0 likes · 12 min read
Laravel Application Folder Structure Overview
Laravel Tech Community
Laravel Tech Community
Dec 29, 2019 · Backend Development

Step‑by‑Step Guide to Installing and Configuring Laravel

This guide walks you through Laravel's server requirements, installation via Composer or the Laravel installer, local development setup, essential configuration such as public path, permissions, application key, and web‑server tweaks for Apache and Nginx, providing ready‑to‑use code snippets.

Backend DevelopmentInstallationLaravel
0 likes · 6 min read
Step‑by‑Step Guide to Installing and Configuring Laravel
Laravel Tech Community
Laravel Tech Community
Dec 29, 2019 · Backend Development

Laravel Configuration Files and Environment Settings Guide

This article explains Laravel's configuration system, detailing the config directory, environment variable management with .env files, retrieving and setting config values, caching configurations, and using maintenance mode commands, providing code examples and best practices for secure and efficient backend development.

BackendConfigurationEnvironment Variables
0 likes · 10 min read
Laravel Configuration Files and Environment Settings Guide
Laravel Tech Community
Laravel Tech Community
Dec 27, 2019 · Backend Development

Master Laravel from Zero: A Practical Roadmap for Beginners

This guide walks beginners through Laravel fundamentals, setting up development environments, hands‑on project ideas, documentation habits, team standards, job‑search strategies, and a long‑term learning path to become a well‑rounded backend engineer.

Backend DevelopmentDevOpsLaravel
0 likes · 7 min read
Master Laravel from Zero: A Practical Roadmap for Beginners
Laravel Tech Community
Laravel Tech Community
Dec 27, 2019 · Backend Development

Why Laravel Dominates PHP Development: Origins, Popularity & Ecosystem

Laravel, the PHP-based MVC framework created by Taylor Otwell in 2011, has rapidly become the fastest‑growing PHP framework thanks to its Rails‑inspired principles, extensive Composer ecosystem, and vibrant global and Chinese communities, making it a top choice for modern web development.

BackendFrameworkLaravel
0 likes · 3 min read
Why Laravel Dominates PHP Development: Origins, Popularity & Ecosystem
21CTO
21CTO
Sep 10, 2019 · Backend Development

Why Laravel Stands Out: 14 Compelling Reasons to Choose This Backend Framework

This article explains why using Laravel for web development saves time and effort by offering built‑in authentication, convention‑over‑configuration, powerful ORM, easy email handling, Artisan CLI, testing support, simple routing, and a vibrant community, making it a top PHP backend choice.

LaravelMVCORM
0 likes · 14 min read
Why Laravel Stands Out: 14 Compelling Reasons to Choose This Backend Framework
21CTO
21CTO
Dec 24, 2018 · Backend Development

How to Secure Your Laravel App with Automated Backups Using Spatie

This tutorial walks you through installing the Spatie Laravel‑Backup package, configuring email notifications, setting filename prefixes, limiting storage usage, enabling compression, monitoring backups, and automating the process with cron to protect your Laravel application from data loss.

AutomationBackupLaravel
0 likes · 5 min read
How to Secure Your Laravel App with Automated Backups Using Spatie
21CTO
21CTO
Nov 28, 2018 · Backend Development

Why Laravel’s Powerful Features Can Supercharge Your PHP Development

This article introduces Laravel, a modern PHP framework, highlighting its MVC architecture, robust ORM, Blade templating, streamlined routing, controller organization, and built‑in authentication, while providing code examples to show how these features boost developer productivity.

AuthenticationBladeLaravel
0 likes · 6 min read
Why Laravel’s Powerful Features Can Supercharge Your PHP Development
21CTO
21CTO
Sep 15, 2018 · Backend Development

Laravel Architecture Deep Dive: Repositories, Services, Presenters, Transformers

The article summarizes a video on Laravel project structuring, explaining how separating responsibilities into layers such as Repository for data access, Service for business logic, Presenter for view preparation, Transformer for data shaping, and Formatter for consistent API responses improves maintainability and scalability.

Backend ArchitectureLaravelPresenter
0 likes · 6 min read
Laravel Architecture Deep Dive: Repositories, Services, Presenters, Transformers
21CTO
21CTO
Sep 6, 2018 · Backend Development

What’s New in Laravel 5.7? Explore Updated Resources, Pagination & More

Laravel 5.7 has been officially released, bringing a revamped resources directory, a new pagination method to control link counts, improved Eloquent error messages, and ongoing bug and security fixes, with details on the updated folder layout and usage examples.

FrameworkLaravelPHP
0 likes · 3 min read
What’s New in Laravel 5.7? Explore Updated Resources, Pagination & More
Python Programming Learning Circle
Python Programming Learning Circle
Aug 18, 2018 · Backend Development

How to Split Laravel Routes into Multiple Files for Cleaner Backend Architecture

This guide explains why and how to split Laravel's routes.php into multiple module‑based files using a customized RouteServiceProvider, shows the necessary code, folder layout, and demonstrates that caching with php artisan route:cache preserves performance while keeping the backend clean and maintainable.

LaravelPHPRoute Organization
0 likes · 4 min read
How to Split Laravel Routes into Multiple Files for Cleaner Backend Architecture
Python Programming Learning Circle
Python Programming Learning Circle
Aug 11, 2018 · Backend Development

Top 8 Essential Laravel Packages for Building Robust APIs

This article introduces eight indispensable Laravel packages—ranging from debugging and JWT authentication to ACL management, data transformation, UUID generation, image handling, push notifications, and automated backups—that together streamline and enhance the development of API‑centric backend applications.

API developmentAuthenticationLaravel
0 likes · 5 min read
Top 8 Essential Laravel Packages for Building Robust APIs
Python Programming Learning Circle
Python Programming Learning Circle
Aug 8, 2018 · Backend Development

Why Laravel Dominates PHP: Key Features and Code Samples

This article explains why Laravel has become the most successful PHP framework by highlighting its modular architecture, micro‑service support, routing, middleware, caching, authentication, billing integration, task automation, encryption, event handling, pagination, ORM, testing, and queue features, all illustrated with clear code examples.

LaravelORMPHP
0 likes · 7 min read
Why Laravel Dominates PHP: Key Features and Code Samples
Python Programming Learning Circle
Python Programming Learning Circle
Jul 13, 2018 · Backend Development

Master Laravel Database Migrations: Step-by-Step Guide

This article explains how Laravel's database migration system works, covering configuration, creating migration files, designing schemas with the Schema builder, and executing migrations and rollbacks via Artisan commands to efficiently manage and version‑control database structures.

ArtisanLaravelPHP
0 likes · 5 min read
Master Laravel Database Migrations: Step-by-Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jul 6, 2018 · Backend Development

Boost Laravel Productivity: 5 Must‑Know Helper Functions

This article introduces five essential Laravel helper functions—data_get, str_plural, route, abort_if, and optional—explaining their usage with code examples, default values, wildcard support, URL generation, conditional exception handling, and safe property access to streamline backend development.

Backend DevelopmentLaravelPHP
0 likes · 7 min read
Boost Laravel Productivity: 5 Must‑Know Helper Functions
21CTO
21CTO
Feb 28, 2018 · Backend Development

Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers

This article examines PHP's enduring market share, highlights its practical design and powerful standard library, and outlines six key recommendations—including Composer, PHP 7, PSR standards, Swoole, Laravel, and Phar packaging—to help developers stay competitive in the evolving backend landscape.

BackendComposerLaravel
0 likes · 6 min read
Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers
Architecture Digest
Architecture Digest
Oct 29, 2016 · Backend Development

Understanding Laravel’s Core Concepts: Lifecycle, Service Container, Dependency Injection, Contracts, and Facades

This article explains Laravel’s underlying architecture by detailing PHP’s execution phases, Laravel’s request lifecycle, the bootstrap process, the service container, dependency injection, binding mechanisms, and the role of contracts and facades, providing practical code examples for each concept.

Backend DevelopmentContractsFacades
0 likes · 16 min read
Understanding Laravel’s Core Concepts: Lifecycle, Service Container, Dependency Injection, Contracts, and Facades
ITPUB
ITPUB
Jan 29, 2016 · Information Security

Why Strict Password Rules Fail and How to Design Better Policies

The article critiques common mandatory password complexity rules, explains why they often reduce security and usability, and proposes simpler, more effective approaches such as longer minimum lengths, pattern restrictions, and using strength estimators like zxcvbn, illustrated with Laravel implementation examples.

LaravelPassword policyinformation security
0 likes · 5 min read
Why Strict Password Rules Fail and How to Design Better Policies
21CTO
21CTO
Sep 10, 2015 · Backend Development

Why Laravel Dominates PHP: Key Features and Best Practices

This article explores why Laravel has become the most successful PHP framework, highlighting its modular architecture, extensive package ecosystem, micro‑service support through Lumen, elegant routing, middleware security, caching, authentication, task automation, encryption, ORM, testing, and queue handling.

Backend DevelopmentLaravelMicroservices
0 likes · 7 min read
Why Laravel Dominates PHP: Key Features and Best Practices
Architect
Architect
Jul 11, 2015 · Backend Development

From Zero to One: Architecture and Development Practices of the Meiya Beauty Video Community

The article shares Meiya's journey from a small startup to a full‑featured beauty video platform, detailing common early‑stage challenges, communication and protocol strategies, RESTful API design, development workflow, toolchain choices like Laravel, DB migrations, iOS libraries, ELK logging, and DevOps automation with SaltStack.

Backend DevelopmentDevOpsELK
0 likes · 12 min read
From Zero to One: Architecture and Development Practices of the Meiya Beauty Video Community