관리-도구
편집 파일: provider.stub
<?php namespace DummyNamespace; use Illuminate\Support\ServiceProvider; class DummyClass extends ServiceProvider { /** * Bootstrap the application services. * * @return void */ public function boot() { // } /** * Register the application services. * * @return void */ public function register() { // } }