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.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 5/8)
There are 45 posts with this tag.
Practical notes on adding multi-language support to Laravel: organizing language files, separating text from code, and managing locale switching.
How I built a full calendar feature in Laravel from scratch, handling recurrence rules, timezones, and date range queries end to end.
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.
Real problems and solutions encountered while integrating iyzico payments into a Laravel project — things not in the documentation.