orm icon indicating copy to clipboard operation
orm copied to clipboard

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

Results 56 orm issues
Sort by recently updated
recently updated
newest added

### This pull request introduces middleware support for Laravel Debugbar, extending functionality by adding a middleware stack to log queries and measure query execution time. Example queries: ```php app('em')->getConnection()->executeQuery("SELECT 'raw...

I've noticed an issue where if the logging middleware has been enabled, PHPUnit won't be able to complete the code coverage report and show it within PhpStorm. Please see the...

Function hasValidPrimaryReadReplicaConfig is a void function throwing only exceptions so if statement does not work. ``` if ($this->isPrimaryReadReplicaConfigured($driver)) { if($this->hasValidPrimaryReadReplicaConfig($driver)) { $connection_configuration = (new PrimaryReadReplicaConnection($this->config, $connection_configuration))->resolve($driver); } } ``` Proposal:...

Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION]. ### Package version: 1.8, Laravel version: 9.19 ### Expected behaviour Laravel Doctrine uses the same database table has...

Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION]. ### Package 1.7.11, Lumen 8.3.4 ### Expected behaviour Getting routes with entities in there resolved nicely. ### Actual...

Trait that implements `Illuminate\Auth\Notifications\VerifyEmail` interface. The contract to be implemented: [https://github.com/laravel/framework/blob/9.x/src/Illuminate/Contracts/Auth/MustVerifyEmail.php](https://github.com/laravel/framework/blob/9.x/src/Illuminate/Contracts/Auth/MustVerifyEmail.php) The default Equolent implementation [https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/MustVerifyEmail.php](https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/MustVerifyEmail.php)

### Package version, Laravel version Lumen v8.3.4 ### Expected behaviour The ClassMetadata class gets instantiated properly ### Actual behaviour It looks like the DI tries to fill `$entityName` in this...

Added custom keys for model binding https://laravel.com/docs/9.x/routing#customizing-the-key

Could you please add support for laravel 11

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...