replace(base_path('plugins/'), '') ->replaceMatches('/\.php$/', '') ->replace('/', '\\'); $this->app->register('Plugins\\'.$cls); } } /** * Bootstrap services. * * @return void */ public function boot() { // } }