PHP Classes

File: src/Core/Commands/stubs/module/routes/console.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Module Generator   src/Core/Commands/stubs/module/routes/console.php   Download  
File: src/Core/Commands/stubs/module/routes/console.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Module Generator
Generate code for modules for Laravel applications
Author: By
Last change:
Date: 2 years ago
Size: 619 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Foundation\Inspiring;
use
Illuminate\Support\Facades\Artisan;

/*
|--------------------------------------------------------------------------
| Console Routes [{{ module-name }}]
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/

// Artisan::command('who', function () {
// $this->comment('Moamen Eltouny from Pharaonic.io');
// })->purpose('Who are you?');