Skip to Content
Mastering Symfony
book

Mastering Symfony

by Sohail Salehi
April 2016
Intermediate to advanced content levelIntermediate to advanced
290 pages
5h 51m
English
Packt Publishing
Content preview from Mastering Symfony

Chapter 10. Custom User Commands

Have you ever wondered where Symfony's console commands come from? For example, when we install FOSUserBundle, we can use the following command to create a new admin:

$bin/console fos:create:user <name> <email> <password> --super-admin

To see a complete list of available commands, try this command:

$ bin/console list

It is really handy because we don't need to log in as an admin to create a new admin; we can proceed to the user admin area, fill in the forms, and set the access level for the newly created user. How is this possible and how can we create more commands?

There are many usages for console commands; we can generate quick reports from the command line and e-mail the result to a specific person (that is, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Persistence in PHP with Doctrine ORM

Persistence in PHP with Doctrine ORM

Kevin Dunglas
PHP Web Services

PHP Web Services

Lorna Jane Mitchell
Mastering PHP 7

Mastering PHP 7

Branko Ajzele
PHP 7: Real World Application Development

PHP 7: Real World Application Development

Doug Bierer, Altaf Hussain, Branko Ajzele

Publisher Resources

ISBN: 9781784390310Supplemental Content