Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Learn more

Laravel Prose Linter

Customization

Configure style ruleset#

A set of linting rules is called a style. The Laravel Prose Linter comes pre-defined with two styles: WriteGood and the default Vale style.

You can customize the styles by publishing the package config as described in Installation and have a look at the config/linter.php file:

/*
 * Customize the Vale styles used by the linter.
 */
return [
    'styles' => [
        \Beyondcode\LaravelProseLinter\Styles\WriteGood::class,
        \Beyondcode\LaravelProseLinter\Styles\Vale::class
    ]

];

There has to be at least one style applied for the linter to work. When you use multiple styles, please consider that some of the linting rules can conflict with each other.

Laravel Herd

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