PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
jeroennoten
/
laravel-adminlte
/
src
/
Console
<?php namespace JeroenNoten\LaravelAdminLte\Console; use Illuminate\Console\Command; class AdminLteUpdateCommand extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'adminlte:update '; /** * The console command description. * * @var string */ protected $description = 'Update all the required assets for AdminLTE'; /** * Execute the console command. * * @return void */ public function handle() { $options = ['--force' => true, '--only' => ['assets']]; $this->call('adminlte:install', $options); } }
[+]
..
[+]
stubs
[-] AdminLteUpdateCommand.php
[edit]
[-] AdminLteStatusCommand.php
[edit]
[+]
PackageResources
[-] AdminLteInstallCommand.php
[edit]
[-] AdminLtePluginCommand.php
[edit]
[-] .htaccess.disabled
[edit]