Skip to content

EasyAdmin Demo - a project that showcases the main features of EasyAdmin (an admin generator for Symfony applications)

License

Notifications You must be signed in to change notification settings

macromanhq/easyadmin-demo

 
 

Repository files navigation

EasyAdmin Demo Application

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

It's a fork of the [Symfony Demo application][3]. This allows to compare the manual backend/admin included in Symfony Demo and the backend/admin created with EasyAdmin.

Requirements

  • PHP 7.3 or higher;
  • PDO-SQLite PHP extension enabled;
  • and the [usual Symfony application requirements][2].

Installation

$ composer install

Usage

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

$ cd my_project/
$ symfony serve

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

About

EasyAdmin Demo - a project that showcases the main features of EasyAdmin (an admin generator for Symfony applications)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.3%
  • Twig 37.5%
  • CSS 4.7%
  • JavaScript 3.6%
  • SCSS 2.4%
  • Shell 0.5%