orchestra/database
Orchestra Database extends Laravel’s database layer for Orchestra Platform, providing helpers and integration for connections, schema, migrations, and query features. Useful for building and maintaining app data structures consistently across Orchestra-based projects.
app() instead of $this->app as it would bind to different scope under macros.Orchestra\Database\SearchServiceProvider.\ to skip the look up and resolve process and go straight to the global function.static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.\ to skip the look up and resolve process and go straight to the global function.\ to skip the look up and resolve process and go straight to the global function.self should only be used when method is marked as final.--realpath support from orchestra/database as this is not supported in Laravel Framework.Orchestra\Database\Console\Migrations\FreshCommand.Orchestra\Database\MigrationServiceProvider.Orchestra\Database\CacheDecorator::lists() method.Orchestra\Database\CacheDecorator.--path as array for migrations artisan command.remember and rememberForever as macros to Illuminate\Database\Eloquent\Builder via Orchestra\Database\CachableQueryServiceProvider.Orchestra\Database\MigrationServiceProvider.Orchestra\Database\ConsoleServiceProvider.Orchestra\Database\ConsoleServiceProvider.Orchestra\Database\ConsoleServiceProvider.Orchestra\Database\CacheDecorator for caching via pluck() and lists() method.Orchestra\Database\CacheDecorator for caching via pluck() and lists() method.Orchestra\Database\CacheDecorator for caching via lists() method.Illuminate\Container\Container.Orchestra\Database\Console\Migrations\RefreshCommand to support --path and --realpath option on migration refresh.Orchestra\Database\CachableQueryServiceProvider.Orchestra\Database\CachableQueryServiceProvider.Orchestra\Database\Console\Migrations\RefreshCommand to support --path and --realpath option on migration refresh.Illuminate\Container\Container.How can I help you explore Laravel packages today?