PHPackages                             tecnoready/sf-adminlte3-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. tecnoready/sf-adminlte3-bundle

ActiveLibrary[Admin Panels](/categories/admin)

tecnoready/sf-adminlte3-bundle
==============================

Bundle symfony 4 con plantilla AdminLTE 3

09Twig

Since Nov 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Tecnoready/SFAdminLTE3Bundle)[ Packagist](https://packagist.org/packages/tecnoready/sf-adminlte3-bundle)[ RSS](/packages/tecnoready-sf-adminlte3-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SFAdminLTE3
===========

[](#sfadminlte3)

Plantilla de AdminLTE 3 para symfony 4.x

### 1) Actualizar composer.json la seccion de "scripts"

[](#1-actualizar-composerjson-la-seccion-de-scripts)

```
"scripts": {
        "local-scripts-post": [
            "Tecnoready\\SFAdminLTE3Bundle\\Service\\ScriptHandler::postInstall"
        ],
        "post-install-cmd": [
            "@local-scripts-post"
        ],
        "post-update-cmd": [
            "@local-scripts-post"
        ]
    }

```

### 2) Instalar paquete

[](#2-instalar-paquete)

```
php -d memory_limit=-1 /usr/local/bin/composer require tecnoready/sf-adminlte3-bundle

```

### 3) Configurar bundle:

[](#3-configurar-bundle)

```
sf_admin_lte3:
    menu_builder: App\Service\MenuBuilder
    app_name: Mi aplicacion

```

- Crear clase Menu: `App\Service\MenuBuilder` debe heredar de `Tecnoready\SFAdminLTE3Bundle\Service\BaseMenuBuilder`
- Edite su `webpack.config.js` y agregue las lineas:

    ```
    const MomentLocalesPlugin = require('moment-locales-webpack-plugin');

    Encore
    .addEntry('dependencies', './assets/js/dependencies.js')
    .copyFiles([
      {from: './node_modules/ckeditor/', to: 'ckeditor/[path][name].[ext]', pattern: /\.(js|css)$/, includeSubdirectories: false},
      {from: './node_modules/ckeditor/adapters', to: 'ckeditor/adapters/[path][name].[ext]'},
      {from: './node_modules/ckeditor/lang', to: 'ckeditor/lang/[path][name].[ext]'},
      {from: './node_modules/ckeditor/plugins', to: 'ckeditor/plugins/[path][name].[ext]'},
      {from: './node_modules/ckeditor/skins', to: 'ckeditor/skins/[path][name].[ext]'}
    ])
    .autoProvideVariables({
        moment: "moment"
    })
    .addPlugin(new MomentLocalesPlugin({
        localesToKeep: ['es'],
    }));

    ```
- Agregar los temas a `twig.yaml`: twig: form\_themes: - '@SFAdminLTE3/default/theme.html.twig' - '@TetranzSelect2Entity/Form/fields.html.twig' - '@FOSCKEditor/Form/ckeditor\_widget.html.twig'

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfce7e9b7caf3cdeea60e9584b09e8878afb8180115a23f37502f4a26eb5bfa9?d=identicon)[INHack20](/maintainers/INHack20)

---

Top Contributors

[![INHack20](https://avatars.githubusercontent.com/u/1240646?v=4)](https://github.com/INHack20 "INHack20 (88 commits)")[![cmendoza-webimpacto](https://avatars.githubusercontent.com/u/85501135?v=4)](https://github.com/cmendoza-webimpacto "cmendoza-webimpacto (1 commits)")

### Embed Badge

![Health badge](/badges/tecnoready-sf-adminlte3-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tecnoready-sf-adminlte3-bundle/health.svg)](https://phpackages.com/packages/tecnoready-sf-adminlte3-bundle)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
