for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Port\Foundation\Providers;
use App\Port\Provider\Abstracts\ServiceProviderAbstract;
/**
* Class FoundationServiceProvider
*
* @author Mahmoud Zalt <[email protected]>
*/
class FoundationServiceProvider extends ServiceProviderAbstract
{
* Perform post-registration booting of services.
public function boot()
}
* Register bindings in the container.
public function register()