for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LaravelSeed\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
//
}
* Register any application services.
public function register()
$arrClassName = [
'Rota',
];
foreach ($arrClassName as $className) {
bind_repository(bdContractRepositoryName($className), bdRepositoryName($className), bdEntityName($className));