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