Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 552 Bytes

create.md

File metadata and controls

31 lines (21 loc) · 552 Bytes

Author

bin/console app:create:author "Margaret" "Atwood" "Paris"

Creating Author ...
===================

Author named [Margaret  Atwood] was created successfully.
bin/console app:create:author "Delia" "Owens" "London"

Creating Author ...
===================

Author named [Delia  Owens] was created successfully.
bin/console app:create:author "John" "Grisham" "Los Angeles"

Creating Author ...
===================

Author named [John  Grisham] was created successfully.

Return to main page.