benmacha/templatebundle
Symfony bundle that generates nicely designed templates and CRUD scaffolding for your app, including auto-generated menus. Install via Composer, register the bundle, configure site name/logo/user settings, and extend BaseRepository for entities.
BaseRepository and bundle configuration (config.yml), which are incompatible with Laravel’s Eloquent ORM and service container.benmacha:generate:crud command is Symfony-specific (uses Symfony’s console component) and cannot be ported to Laravel’s Artisan CLI.Console, DependencyInjection, and Twig components—blockers for Laravel integration.laravel-breeze, inertiajs, or custom Blade templates) for templating/CRUD generation.laravel-nova, filamentphp/filament) for these.ServiceProvider/Command classes).EntityManager, Router, and EventDispatcher—nonexistent in Laravel.filamentphp/filament, backpack/crud.inertiajs (React/Vue).make:controller/make:model or laravel-shift/blueprint.benmacha:generate:crud) rely on Symfony’s Command class.BaseRepository) conflicts with Laravel’s Eloquent.config.yml) is Symfony-specific.symfony/console: Laravel uses its own illuminate/console.twig/twig: Laravel uses Blade.filamentphp/filament vs. this bundle’s features).description.md usage details).laracasts, laravel-news) offers no guidance.KernelEvents) is unnecessary for Laravel’s simpler routing.ServiceProvider model.container->get('router') will fail in Laravel.BaseRepository methods (e.g., findAll()) in Laravel’s Eloquent.Artisan.Benmacha\TemplateBundle\ vs. App\Http\Controllers\).How can I help you explore Laravel packages today?