Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | public function handle() |
||
33 | { |
||
34 | $this->line(''); |
||
35 | $this->line('************************'); |
||
36 | $this->line(' Welcome to Sco Admin '); |
||
37 | $this->line('************************'); |
||
38 | |||
39 | $this->publish(); |
||
40 | $this->routes(); |
||
41 | |||
42 | $this->info('Successfully Installed Sco Admin!'); |
||
43 | } |
||
44 | |||
65 |