easycorp/easyadmin-bundle

Admin generator for Symfony applications

Fund package maintenance!
javiereguiluz

Installs: 11 674 305

Dependents: 122

Suggesters: 7

Security: 0

Stars: 4 046

Watchers: 102

Forks: 1 019

Open Issues: 568

Type:symfony-bundle

v4.12.0 2024-09-02 17:48 UTC

This package is auto-updated.

Last update: 2024-09-27 17:31:55 UTC


README

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.

EasyAdmin, a fast, beautiful and modern admin generator for Symfony applications

Installation

EasyAdmin 4 requires PHP 8.0.2 or higher and Symfony 5.4 or higher. Run the following command to install it in your application:

$ composer require easycorp/easyadmin-bundle

Documentation

Versions

Demo Application

easyadmin-demo is a complete Symfony application that showcases EasyAdmin features. It's based on the Symfony Demo project.

Dev Environment

EasyAdmin ships a DDEV environment, which allows you to run EasyAdmin in a Symfony Framework project providing example entities and CRUD Controllers.

Requirements:

Using the environment:

  • Checkout the EasyAdmin git repository and switch in the project directory
  • Perform ddev setup which starts and provisions the web container
  • EasyAdmin is available under the URL: https://easy-admin-bundle.ddev.site
  • To (re-)build frontend assets perform ddev build-assets
  • To run unit tests perform ddev run-tests

License

This software is published under the MIT License