for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BrantWladichuk\Sparkify;
use Illuminate\Support\ServiceProvider;
class SparkifyServiceProvider extends ServiceProvider
{
/**
* Perform post-registration booting of services.
*
* @return void
*/
public function boot()
$this->publishes([
__DIR__ . '/../config/sparkify.php' => config_path('sparkify.php'),
]);
}
* Register any package services.
public function register()
//