PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Editing: provider.stub
<?php namespace {{ namespace }}; use Illuminate\Support\ServiceProvider; class {{ class }} extends ServiceProvider { /** * Register services. */ public function register(): void { // } /** * Bootstrap services. */ public function boot(): void { // } }
SAVE
CANCEL