gedachtegoed/workspace-core

Core for building your own Portable Workspace

Fund package maintenance!
gwleuverink

v0.1.0 2024-04-12 13:27 UTC

This package is auto-updated.

Last update: 2024-09-12 15:08:31 UTC


README

Extendible workspace configurator for Laravel to effortlessly keep linters, fixers, static analysis, CI workflows, editor integrations and more in sync across all your teams & projects

codestyle tests coverage

Introduction

Workspace Core is the enige used by gedachtegoed/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 integrations in your project. Using custom hooks you can pretty much automate any Integration setup or repetetive task and keep it in sync with your entire team across different projects.

The 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.

Portable Workspaces

If you'd like to roll out your own Portable Workspace you'd create a new composer package that uses the Workspace Core as a dependency. A template project & comprehensive API reference & guide is in the works.