Skip to content

A demo application to showcase EasyAdmin features

License

Notifications You must be signed in to change notification settings

baris1892/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/baris1892/easy-admin-demo
  2. cd easy-admin-demo
  3. composer install
  4. Edit .env 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. Browse http://localhost/easy-admin-demo/public/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%