PHP code example of soyhuce / service-provider-registrar
1. Go to this page and download the library: Download soyhuce/service-provider-registrar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
soyhuce / service-provider-registrar example snippets
namespace App\Providers;
use Soyhuce\ServiceProviderRegistrar\ServiceProvider;
class RegistrationServiceProvider extends ServiceProvider
{
}
class RegistrationServiceProvider extends ServiceProvider
{
public $local = [
\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class
];
}