| 1 | <?php namespace Nwidart\DbExporter\Commands; |
||
| 6 | class GeneratorCommand extends Command |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Get the database name from the app/config/database.php file |
||
| 10 | * @return String |
||
| 11 | */ |
||
| 12 | protected function getDatabaseName() |
||
| 19 | |||
| 20 | protected function blockMessage($title, $message, $style = 'info') |
||
| 28 | |||
| 29 | protected function sectionMessage($title, $message) |
||
| 38 | } |