Welcome to Ctrl RAD Symfony Standard’s documentation!

Quick start

composer create-project ctrl-f5/symfony-rad

# create database
bin/console doctrine:database:create
bin/console doctrine:schema:update --force

# create default admin user
bin/console fos:user:create admin admin@local.com admin --super-admin

# run the server
bin/console server:run

Indices and tables