2017 © Pedro Peláez
 

project symfony-4-with-easy-admin

Basic Symfony 4 application with Easy Admin Bundle plugged in

image

vicko-franic/symfony-4-with-easy-admin

Basic Symfony 4 application with Easy Admin Bundle plugged in

  • Monday, June 25, 2018
  • by VickoFranic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Symfony 4 + Easy Admin

Basic Symfony 4 application setup with EasyAdminBundle and additional EasyAdminExtensionBundle for some helper functions, (*1)

Easy Admin, (*2)

Setup

Clone, run composer install, php bin/console do:sc:cr for database creation, php bin/console do:fi:lo -n for some fixtures, and php bin/console se:ru to run built in web server, (*3)

Users

Doctrine Single table inheritance is used to manage user types. There are two predefined types/entities, Admin and Editor, (*4)

Easy Admin Config

Configuration YAML files are located under config/packages/easyadmin folder, and automatically loaded in main config. Add additional YAML files in this folder, for your new entities etc., (*5)

The Versions