lekoala / silverstripe-devtoolkit
Collection of useful developer stuff for SilverStripe
Installs: 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 4
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4.3
Requires (Dev)
- sminnee/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.3
Suggests
- tractorcow/silverstripe-robots: Robots.txt generation
This package is auto-updated.
Last update: 2024-10-21 17:13:57 UTC
README
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