Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Tinkerwell 4 is out now: Get the most popular PHP Scratchpad with Detail Dive, AI code generation and more. Learn more
Syntax-aware proofreading for your Laravel application.
The Laravel Prose Linter helps you to polish the texts of your Laravel application. Let it check your translations and even your blade templates for typos, slang and get suggestions for a better writing style depending on which prose style you choose.
We recommend to take a quick glimpse at the errata-ai/vale package to learn what prose linting is all about.
This package requires PHP 8.0 or higher.
You can install the package via composer:
~ composer require beyondcode/laravel-prose-linter
If you want to customize the styles used by the linter (see here), publish the config and the style assets:
~ php artisan vendor:publish --tag=linting-config
~ php artisan vendor:publish --tag=linting-styles
With that, you're ready to lint!
~ php artisan lint:translation auth validation
🗣 Start linting ...
2/2 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
+---------------------------------+------+----------+--------------------------------------------------------------------+----------+---------------------+
| Key. | Line | Position | Message | Severity | Condition |
+---------------------------------+------+----------+--------------------------------------------------------------------+----------+---------------------+
| auth.throttle | 1 | 5 | 'many' is a weasel word! | warning | write-good.Weasel |
| validation.accepted | 1 | 21 | 'be accepted' may be passive voice. Use active voice if you can. | warning | write-good.Passive |
[...]
+---------------------------------+------+----------+--------------------------------------------------------------------+----------+---------------------+
17 linting hints were found.
Applied styles: WriteGood, Vale
🏁 Finished linting in 8 seconds.
Herd is a blazing fast, native Laravel and PHP development environment for macOS. It includes everything you need to get started with Laravel development, including PHP and nginx. Once you install Herd, you're ready to start developing with Laravel.
Herd is available for macOS and Windows.
Learn more