Skip to content

A demo application to showcase EasyAdmin features

License

Notifications You must be signed in to change notification settings

sheerif/easy-admin-demo

 
 

Repository files navigation

EasyAdmin Demo

A Symfony demo backend to show EasyAdmin features.

How to install this project

  1. git clone https://github.com/javiereguiluz/easy-admin-demo
  2. cd easy-admin-demo
  3. composer install
  4. Edit app/config/parameters.yml and configure credentials to acces a database for this demo.
  5. php bin/console doctrine:database:create
  6. php bin/console doctrine:schema:create
  7. php bin/console doctrine:fixtures:load --append
  8. php bin/console assets:install --symlink
  9. php bin/console server:run
  10. Browse http://127.0.0.1:8000/admin/

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%