azuradara/illumake
Illumake
A (mostly) typesafe Laravel container resolver.
Usage
// Provides autocomplete for the DatabaseManager
make(\Illuminate\Database\DatabaseManager::class)
->transaction(fn () => {});
Limitations
- Does not work with non class-strings.
- Parameters second argument is not type hinted.
Why
Laravel's app()->make() gives me the ick.
Related Packages
zizaco/entrust
This package provides a flexible way to add Role-based Permissions to Laravel. S...
5,352,808
6,006
shiftonelabs/laravel-sqs-fifo-queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
6,930,980
154