PHPackages                             cadot-eu/base - 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. cadot-eu/base

ActiveProject[Admin Panels](/categories/admin)

cadot-eu/base
=============

Template Symfony moderne avec dashboard automatique, prêt à l'emploi, pour démarrer rapidement vos nouveaux projets avec une base solide et personnalisable.

00PHP

Since Jul 30Pushed 9mo agoCompare

[ Source](https://github.com/cadot-eu/base)[ Packagist](https://packagist.org/packages/cadot-eu/base)[ RSS](/packages/cadot-eu-base/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Base Project Template
=====================

[](#base-project-template)

This repository is a modern Symfony project template, ready to use, with an automatic dashboard to quickly start your new projects.

Main Features
-------------

[](#main-features)

- Built-in automatic admin dashboard
- Simple dashboard configuration: just add a method in your entities
- Command-line tool to help with dashboard setup and updates
- Customizable Symfony base
- Ready-to-develop project structure

Automatic Dashboard and Entity Management
-----------------------------------------

[](#automatic-dashboard-and-entity-management)

The admin dashboard is generated automatically from your entities using the dedicated command:

```
php bin/console app:configure-cruds
```

This command scans your entities and configures the necessary CRUDs for the admin panel. It helps you install, update, or reconfigure the dashboard easily.

### cruds() Method in Your Entities

[](#cruds-method-in-your-entities)

To customize the dashboard behavior, simply add a public static `cruds()` method in each entity:

```
public static function cruds(): array
{
    return [
        // Example:
        'fields' => ['name', 'email', 'createdAt'],
        'labels' => ['name' => 'Name', 'email' => 'E-mail'],
        // ...
    ];
}
```

No extra configuration is needed: the dashboard adapts automatically to your entities. This makes dashboard setup and maintenance extremely simple.

Security and Role Management
----------------------------

[](#security-and-role-management)

Dashboard routes are protected by default:

- `/admin` is accessible only to users with the `ROLE_ADMIN` role.
- `/superadmin` (if used) is reserved for `ROLE_SUPERADMIN`.

The security configuration is already set in `config/security.yaml`: just assign roles to your users, no need to change code or routes.

Creating Secured Controllers
----------------------------

[](#creating-secured-controllers)

To add an admin controller, simply create it with a route starting with `/admin`:

```
#[Route('/admin/my-module', name: 'admin_my_module')]
```

It will automatically be protected by the role system.

Fixtures for Fast Prototyping
-----------------------------

[](#fixtures-for-fast-prototyping)

Fixtures are provided to pre-fill the database with sample data and speed up development:

```
php bin/console doctrine:fixtures:load
```

Docker &amp; Development Environment
------------------------------------

[](#docker--development-environment)

The project uses an optimized Docker image, automatically generated via [generate\_docker\_image\_symfony](https://github.com/cadot-eu/generate_docker_image_symfony). The `compose.yaml` file is ready to launch the full environment (PHP, PostgreSQL, etc.):

```
docker compose up -d
```

---

Project Repository
------------------

[](#project-repository)

Usage with Composer
-------------------

[](#usage-with-composer)

To create a new project based on this template:

```
composer create-project cadot-eu/base your-project-name --repository='{"type":"vcs","url":"git@github.com:cadot-eu/base.git"}' dev-main
```

Customization
-------------

[](#customization)

- Edit configuration files as needed.
- See the Symfony documentation for more options.

License
-------

[](#license)

MIT

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance40

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

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/ec86648d89a3719529de57a2d55acab430152786f0d3c113f3906f04daf19746?d=identicon)[cadot.eu](/maintainers/cadot.eu)

---

Tags

admin-panelcomposerdashboarddockerfixturesphprapid-developmentsymfony

### Embed Badge

![Health badge](/badges/cadot-eu-base/health.svg)

```
[![Health](https://phpackages.com/badges/cadot-eu-base/health.svg)](https://phpackages.com/packages/cadot-eu-base)
```

###  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)
