Ship a console routes file by default. 🌊

This commit is contained in:
Taylor Otwell
2016-08-16 19:44:28 -05:00
parent 57b57bf1b3
commit c7a1c7d773
3 changed files with 20 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
// Commands\Inspire::class,
//
];
/**
@@ -35,8 +35,6 @@ class Kernel extends ConsoleKernel
*/
protected function commands()
{
// $this->command('build {project}', function ($project) {
// $this->info('Building project...');
// });
require base_path('routes/console.php');
}
}