@androlax2/cspell-laravel
v1.0.10
Published
Laravel dictionary for cspell.
Maintainers
Readme
CSpell Laravel Dictionary
Laravel framework dictionary for cspell.
This is a dictionary for use with cspell that contains common Laravel framework terms.
Requirements
| Tool | Version |
|--------------------------------------------------------|---------|
| cspell | >= 8 |
Installation
npm install --save-dev @androlax2/cspell-laravelConfiguration
Add the following to your project's cspell configuration file (e.g. cspell.json, .vscode/cspell.json):
{
"import": [
"@androlax2/cspell-laravel/cspell-ext.json"
]
}