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

This package is auto-updated.

Last update: 2025-05-08 09:18:34 UTC


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