vicko-franic / symfony-4-with-easy-admin
Basic Symfony 4 application with Easy Admin Bundle plugged in
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-iconv: *
- alterphp/easyadmin-extension-bundle: ^1.2
- easycorp/easyadmin-bundle: ^1.17
- symfony/console: ^4.1
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.1
- symfony/lts: ^4@dev
- symfony/var-dumper: ^4.1
- symfony/web-server-bundle: ^4.1
- symfony/yaml: ^4.1
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.0
- symfony/dotenv: ^4.1
- symfony/maker-bundle: ^1.5
Conflicts
This package is auto-updated.
Last update: 2024-11-14 22:36:04 UTC
README
Symfony 4 + Easy Admin
Basic Symfony 4 application setup with EasyAdminBundle and additional EasyAdminExtensionBundle for some helper functions
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.