Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 2 | Revision 1625 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2 Revision 1624
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
3
use Illuminate\Foundation\Inspiring;
3
    use Illuminate\Foundation\Inspiring;
Zeile 4... Zeile 4...
4
use Illuminate\Support\Facades\Artisan;
4
    use Illuminate\Support\Facades\Artisan;
5
 
5
 
6
/*
6
    /*
7
|--------------------------------------------------------------------------
7
    |--------------------------------------------------------------------------
8
| Console Routes
8
    | Console Routes
9
|--------------------------------------------------------------------------
9
    |--------------------------------------------------------------------------
10
|
10
    |
11
| This file is where you may define all of your Closure based console
11
    | This file is where you may define all of your Closure based console
12
| commands. Each Closure is bound to a command instance allowing a
12
    | commands. Each Closure is bound to a command instance allowing a
13
| simple approach to interacting with each command's IO methods.
13
    | simple approach to interacting with each command's IO methods.
Zeile -... Zeile 14...
-
 
14
    |
14
|
15
    */
-
 
16
 
15
*/
17
    $GLOBALS["INI"] = getConfig();
16
 
18
    Artisan::command( 'inspire', function ()