easycorp/easyadmin-demo

EasyAdmin Demo Application

Installs: 5 016

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

v6.1.0 2025-01-18 10:08 UTC

README

This project is the official EasyAdmin Demo application that showcases the main features of EasyAdmin, a popular admin generator for Symfony applications.

Requirements

Installation

Run this command with Composer:

$ composer create-project easyCorp/easyadmin-demo my_project

Usage

There's no need to configure anything to run the application. If you have installed Symfony CLI, run this command:

$ cd my_project/
$ symfony serve

Then access the application in your browser at the given URL (https://localhost:8000 by default).

If you don't have the Symfony binary installed, run php -S localhost:8000 -t public/ to use the built-in PHP web server or configure a web server to run the application.

Contributing

This demo application is open source but it does not accept pull requests with unsolicited features. If you have a feature idea, create an issue to discuss it before implementing it. Pull requests that fix bugs are welcome.

License

This demo application is published under the MIT license. See LICENSE.md for details.