for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Flynsarmy\CsvSeeder;
use Illuminate\Support\ServiceProvider;
class CsvSeederServiceProvider extends ServiceProvider
{
/**
* Indicates if loading of the provider is deferred.
*
* @var bool
*/
protected $defer = false;
* Bootstrap the application events.
* @return void
public function boot()
//
}
* Register the service provider.
public function register()
* Get the services provided by the provider.
* @return array
public function provides()
return [];