Path : /var/www/html/jewelry-pos/vendor/arrilot/laravel-widgets/src/Console/stubs/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/vendor/arrilot/laravel-widgets/src/Console/stubs/widget.stub |
<?php namespace {{namespace}}; use Arrilot\Widgets\AbstractWidget; class {{class}} extends AbstractWidget { /** * The configuration array. * * @var array */ protected $config = []; /** * Treat this method as a controller action. * Return view() or other content to display. */ public function run() { // return view('{{view}}', [ 'config' => $this->config, ]); } }