芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/kingflamez/laravelrave/src/RaveServiceProvider.php
publishes([ $config => config_path('flutterwave.php') ]); } /** * Register any package services. * * @return void */ public function register() { $this->app->singleton('laravelrave', function ($app) { return new Rave($app->make("request")); }); $this->app->alias('laravelrave', "KingFlamez\Rave\Rave"); } /** * Get the services provided by the provider * * @return array */ public function provides() { return ['laravelrave']; } }