for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Famdirksen\LaravelModelEncryption;
use Illuminate\Support\ServiceProvider;
class LaravelGDPRRegistrationServiceProvider extends ServiceProvider
{
/**
* Perform post-registration booting of services.
*
* @return void
*/
public function boot()
//
}
* Register any package services.
public function register()