for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Swatty007\NovaEasyAvatars;
use Illuminate\Support\ServiceProvider;
class NovaEasyAvatarsServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
*/
public function boot()
}
* Register the application services.
public function register()