PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
<?php namespace $NAMESPACE$; use Illuminate\View\Component; class $CLASS$ extends Component { /** * Create a new component instance. * * @return void */ public function __construct() { // } /** * Get the view / contents that represent the component. * * @return \Illuminate\View\View|string */ public function render() { return view('$LOWER_NAME$::$COMPONENT_NAME$'); } }
[-] model.stub
[edit]
[-] job-queued.stub
[edit]
[+]
scaffold
[-] unit-test.stub
[edit]
[-] mail.stub
[edit]
[-] controller.stub
[edit]
[+]
..
[-] notification.stub
[edit]
[-] event.stub
[edit]
[-] listener-duck.stub
[edit]
[-] composer.stub
[edit]
[-] controller-api.stub
[edit]
[-] listener-queued-duck.stub
[edit]
[-] json.stub
[edit]
[-] webpack.stub
[edit]
[-] seeder.stub
[edit]
[-] middleware.stub
[edit]
[+]
migration
[-] policy.plain.stub
[edit]
[-] component-class.stub
[edit]
[-] request.stub
[edit]
[-] resource-collection.stub
[edit]
[+]
routes
[-] feature-test.stub
[edit]
[-] package.stub
[edit]
[-] factory.stub
[edit]
[+]
assets
[-] listener.stub
[edit]
[-] job.stub
[edit]
[-] component-view.stub
[edit]
[-] command.stub
[edit]
[+]
views
[-] route-provider.stub
[edit]
[-] rule.stub
[edit]
[-] provider.stub
[edit]
[-] resource.stub
[edit]
[-] listener-queued.stub
[edit]
[-] controller-plain.stub
[edit]