<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
final class BoyK07ServiceProvider extends ServiceProvider
{
public function register(): void
{
$this->app->singleton('boyk07', fn () => [
'name' => 'Boy',
'role' => 'Software Developer',
'location' => 'The Netherlands',
'education' => 'Avans Informatica Breda',
'work' => 'Modus Digital',
'favorites' => [
'languages' => ['PHP', 'Python'],
'framework' => 'Laravel',
],
'contact' => [
'email' => 'info@sadcat.space',
],
]);
}
}
Popular repositories Loading
-
-
-
LessonUP-Spammer
LessonUP-Spammer PublicForked from NoelisTired/LessonUP-Spammer
LessonUP Join-spammer.
Python
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



