0x6d6c / easy-admin-demo-complex-forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyAdmin Demo - Complex Forms

Forked from https://github.com/javiereguiluz/easy-admin-demo

A demo application that expands on the EasyAdmin Demo and showcases creating more complex forms.

Requirements

How to install this project

  1. git clone git@github.com:shonezlo/easy-admin-demo-complex-forms.git
  2. cd easy-admin-demo-complex-forms
  3. composer install
  4. php bin/console doctrine:schema:update --force
  5. php bin/console doctrine:fixtures:load
  6. php bin/console server:run
  7. 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

About

License:MIT License


Languages

Language:PHP 94.9%Language:HTML 3.0%Language:CSS 2.1%