BaseCommand.php Table of Contents Classes BaseCommandThis is the base command class, it extends the Symfony console command class and provides some helper methods that can be used in all commands. All commands should extend this class. ×