brazilianfriendsofsymfony/settings-management-bundle
Symfony2 bundle for managing application settings via an admin UI. Installable with Composer, adds routing and security roles (admin/super admin). Requires jQuery, RequireJS, and CKEditor for the interface.
config/ + .env paradigm.ContainerAware, EventDispatcher) would need full replacement.ContainerInterface vs. Laravel’s Container/Service Provider.Router vs. Laravel’s RouteServiceProvider.spatie/laravel-settings) and consume it in a Symfony frontend (if dual-stack is unavoidable).config/, .env, or spatie/laravel-settings).config() + database (e.g., settings table with key-value pairs).ROLE_ADMIN with Laravel’s Gate::forUser() or Policy.BFOS\SettingsManagementBundle\DependencyInjection\) cannot be reused.spatie/laravel-settings) to validate requirements.ROLE_ADMIN to Laravel’s Gate::allows() or middleware.spatie/laravel-settings).spatie/laravel-settings: Actively maintained, Laravel-native.spatie/laravel-settings with caching) scale better than Symfony2’s event system.BFOS\SettingsManagementBundle\Manager\SettingsManager won’t autowire in Laravel.ROLE_ADMIN may not map cleanly to Laravel’s gates/policies.spatie/laravel-settings.spatie/laravel-settings) have comprehensive test suites.How can I help you explore Laravel packages today?