Skip to content

jfmaeck/easy-admin-demo

 
 

Repository files navigation

EasyAdmin Demo

A demo application to showcase the main features of EasyAdmin, the new and simple admin generator for Symfony applications.

Requirements

How to install this project

  1. git clone https://github.com/javiereguiluz/easy-admin-demo
  2. cd easy-admin-demo/
  3. composer install
  4. php bin/console server:run
  5. Browse http://127.0.0.1:8000/admin/

The project comes with an SQLite sample database, but you can also create your own database and load the fixtures data:

  1. Edit the DATABASE_URL env var in the .env file to use your database credentials.
  2. php bin/console doctrine:database:create
  3. php bin/console doctrine:schema:create
  4. php bin/console doctrine:fixtures:load --append

Tests

Execute this command to run tests:

$ easy-admin-demo/
$ ./vendor/bin/simple-phpunit

Screenshot

Screenshot of the EasyAdmin Demo app

About

A demo application to showcase EasyAdmin features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.5%
  • HTML 3.2%
  • CSS 2.3%