Laravel Translation – Translation and localization management10/12/20251 mins0Keeping a project’s translations properly updated is cumbersome. Usually translators do not have access to the codebase,…Laravel admin_blogcontinue Reading..
Laravel Langman – Manage language files from Artisan Console10/12/20251 mins0Langman is a language files manager in your artisan console, it helps you search, update, add, and…Laravel admin_blogcontinue Reading..
Laravel Date – A library to help you work with dates in multiple languages, based on Carbon10/12/20251 mins0This date library extends Carbon with multi-language support. Methods such as format, diffForHumans, parse, createFromFormat and the new timespan, will now be translated based on…Laravel admin_blogcontinue Reading..
Laravel Translator – Translate Eloquent models into multiple languages10/12/20251 mins0This package has been archived and abandoned by the owner. It is now read-only. Github: https://github.com/vinkla/laravel-translatorLaravel admin_blogcontinue Reading..
Laravel Translatable – Retrieve and store translatable Eloquent model instances10/12/20251 mins0If you want to store translations of your models into the database, this package is for you.…Laravel admin_blogcontinue Reading..
Laravel Translatable – Making Eloquent models translatable by storing translations as JSON10/12/20251 mins0This package contains a trait HasTranslations to make Eloquent models translatable. Translations are stored as json. There is no…Laravel admin_blogcontinue Reading..
Language Files – Validation, Pagination and Reminders language lines in 37 languages10/12/20251 mins0List of 128 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova…Laravel admin_blogcontinue Reading..
Laravel Uptime Monitor – A powerful and easy to configure uptime and ssl monitor10/12/20251 mins0Laravel-uptime-monitor is a powerful, easy to configure uptime monitor. It will notify you when your site is…Laravel admin_blogcontinue Reading..
Laravel Failed Job Monitor – Get notified when a queued job fails10/12/20251 mins0This package sends notifications if a queued job fails. Out of the box it can send a…Laravel admin_blogcontinue Reading..
Laravel Localization – Add i18n support via routes10/12/20251 mins0Easy i18n localization for Laravel, an useful tool to combine with Laravel localization classes. The package offers…Laravel admin_blogcontinue Reading..