From 26673a1766f41b48f6628cde9f36d575835c3d12 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Mon, 9 Oct 2023 23:52:24 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe22bc..ad4ad23 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Extendible workspace configurator for Laravel to effortlessly keep linters, fixe Workspace Core is the enige used by [gedachtegoed/workspace](https://github.com/media-code/workspace). You can use this package to ship your own organization wide project defaults and keep them up to date with a upstream repository. -Workspace's Fluent Integrations enable automation of **_linting_**, **_fixing_**, **_ci workflows_**, **_editor integrations_** & **_composer scripts_**. You can even use it to automate setting up [IDE helper](https://github.com/barryvdh/laravel-ide-helper) integrations in your project. Using custom hooks you can pretty much automate any Integration setup or repetetive task. +Workspace's Fluent Integrations enable automation of **_linting_**, **_fixing_**, **_ci workflows_**, **_editor integrations_**, **_working with gitignore files_** & **_composer scripts_**. Using custom hooks you can pretty much automate any Integration setup or repetetive task. For example; You can even use it to automate setting up [IDE helper](https://github.com/barryvdh/laravel-ide-helper) integrations in your project. The [Workspace](https://github.com/media-code/workspace) package itself is a predefined Portable Workspace you can use as a well thought out but opinionated baseline for your Laravel projects. If you don't plan on creating your own presets we recommend to start there.