for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PiFinder\Providers;
use PiFinder\Device;
use Illuminate\Support\ServiceProvider;
class ObserverServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
Device::observe(app(\PiFinder\Observers\DeviceObserver::class));
}
* Register the application services.
public function register()
//