Multilingual (i18n) Applications in Laravel
Practical notes on adding multi-language support to Laravel: organizing language files, separating text from code, and managing locale switching.
Category
API design, forms, authentication and the server-side features of web applications. (Page 3/4)
This category has 23 posts.
Practical notes on adding multi-language support to Laravel: organizing language files, separating text from code, and managing locale switching.
How I use Laravel Notification classes to send the same notification logic across multiple channels — email, SMS, and more.
How to produce clean API responses with Laravel Resource classes without leaking your database model directly to clients.
How to centralize authorization logic in Laravel using Gates and Policies, keeping 'who can do what' decisions clean and testable.
Connecting to external services in PHP with the Guzzle HTTP client — covering timeouts, error handling, and building a reliable request structure.
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.