einar-hansen / laravel-toolkit
A collection of helpful utilities and extensions to speed up your Laravel development.
v0.4.3
2025-05-08 09:18 UTC
Requires
- php: ^8.4
- halaxa/json-machine: ^1.2
- illuminate/config: ^12.0
- illuminate/container: ^12.0
- illuminate/http: ^12.0
- illuminate/support: ^12.0
Requires (Dev)
- driftingly/rector-laravel: ^2.0.0
- laravel/pint: ^1.21
- orchestra/testbench: ^10.2.1
- phpstan/phpstan: ^2.1.12
- phpunit/phpunit: ^11.5.3|^12.0.1
- rector/rector: ^2.0.11
- symfony/var-dumper: ^7.2.3
- tomasvotruba/type-coverage: ^2.0.2
README
A collection of helpful utilities and extensions to speed up your Laravel development. This package gives you practical solutions for common Laravel challenges - less code, more power, and faster development for your projects.
From database shortcuts to frontend helpers, Laravel Toolkit simplifies your workflow whether you're building your first app or your hundredth.
Build better Laravel apps, faster.
Requirements
- Laravel v12 and above
Environment variables
ELOQUENT_STRICT_MODE=true ELOQUENT_EAGER_LOAD_RELATIONSHIPS=false APP_ENABLE_AGGRESSIVE_PREFETCHING=true APP_ENFORCE_HTTPS_SCHEME=true APP_ENABLE_IMMUTABLE_DATES=true APP_DISABLE_DESTRUCTIVE_COMMANDS=true APP_USE_DEFAULT_PASSWORD=true TESTS_ENABLE_FAKE_SLEEP=true TESTS_PREVENT_STRAY_REQUESTS=true