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

Basic Symfony 4 application with Easy Admin Bundle plugged in

v1.1 2018-08-15 08:18 UTC

This package is auto-updated.

Last update: 2024-04-14 21:05:15 UTC


README

Symfony 4 + Easy Admin

Basic Symfony 4 application setup with EasyAdminBundle and additional EasyAdminExtensionBundle for some helper functions

Easy Admin

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

Users

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

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.