AppKernel.php dependency is a red flag—Laravel does not use kernel classes, and this bundle would require major refactoring to work natively.spatie/laravel-rating, webpatser/laravel-collection-rating) with better adoption and Laravel-native implementations.RatingVote base class) suggests tight coupling to Doctrine ORM, limiting flexibility for non-Doctrine setups (e.g., Eloquent, MongoDB).AppKernel.php, which does not exist in Laravel. Workarounds (e.g., manual service registration) would be hacky and unsupported.bitheater_rating.manager service would need custom binding, increasing complexity.@ORM\Table). Laravel’s migrations/ system would need adaptation.ServiceProvider system may clash with Symfony-style bundle bootstrapping.spatie/laravel-rating or webpatser/laravel-collection-rating. Are there unique requirements this bundle addresses?RatingVote base class is Doctrine-specific. Extending it for Eloquent would require rewriting core logic.RatingVote, ORMRepository) to identify Laravel-specific modifications needed.Vote model extending a custom base class (not RatingVote).ORMRepository as an Eloquent repository or trait.rating.manager service in Laravel’s AppServiceProvider.vote table migration to Laravel’s format.composer.json). Test with Laravel 10+ for compatibility.doctrine/orm: ^2.7, but Laravel’s Eloquent uses a different version, conflicts may arise.spatie/laravel-rating.How can I help you explore Laravel packages today?