chrisciampoli / foodsupCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PHP 95.8%Language:HTML 2.5%Language:CSS 1.8%