ethsam / symfony4-admin-base

Symfony4 & Admin Backend Base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or composer update "symfony/*" --with-all-dependencies "for update", 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.

php bin/console doctrine:schema:update --dump-sql php bin/console doctrine:schema:update --force

About

Symfony4 & Admin Backend Base


Languages

Language:CSS 65.4%Language:HTML 21.4%Language:PHP 10.0%Language:JavaScript 3.1%