lekoala/silverstripe-devtoolkit

Collection of useful developer stuff for SilverStripe

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 4

Forks: 4

Open Issues: 1

Type:silverstripe-vendormodule

2.0.0 2021-09-01 16:39 UTC

This package is auto-updated.

Last update: 2024-03-29 11:05:45 UTC


README

Build Status scrutinizer Code coverage

A common set of dev tools and helpers for Silverstripe

Improved Debug view

The BetterDebugView class provided clickable links to trace. It is configured by default for VS Code but you can configure your own ide placeholder with env var IDE_PLACEHOLDER.

Useful tasks

What's included?

  • AdminBasicAuth : simple http basic auth for .env admin without any login/authenticate/member stuff
  • Benchmark : simple way to log time to execute code
  • BuildTaskTools : a trait to make your task tools easier to work with
  • FastExportButton : to make exporting large table easier by executing raw queries
  • FakeDataProvider : a lightweight alternative to faker to get some random stuff

Compatibility

Tested with ^4.3

Maintainer

LeKoala - thomas@lekoala.be