Skip to content

redco/symfony-admin-starter-kit

Repository files navigation

symfony-admin-starter-kit

This is an easy way to start with sonata admin.

What's under the hood?

This build contains:

  • Docker support - the easiest way for now to build and delivery projects.
  • Symfony 2.8 - modern framework which gives you a chance to create you app faster.
  • SonataAdminBundle - the greatest tool for building own admin panel in a seconds.
  • FOSUserBundle - a bundle for user management.

How to run it

  • Copy parameters.yml file in docker folder with command

cp ./docker/parameters.yml.dist ./docker/parameters.yml

  • Run containers with a command

docker-compose up -d

  • Create tables in the database

docker-compose run --rm admin-panel app/console doctrine:schema:update --force

  • Create admin user

docker-compose run --rm admin-panel app/console fos:user:create admin admin admin --super-admin

Sonata Admin Panel

About

This is a simple way to start sonata admin based project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published