Skip to content
View BoyK07's full-sized avatar

Highlights

  • Pro

Organizations

@modus-digital

Block or report BoyK07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BoyK07/README.md
<?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

  1. RekenSolver RekenSolver Public

    Auto solves math problems.

    Python 1 1

  2. HTML-Informatica-Havo4 HTML-Informatica-Havo4 Public

    HTML Endproject. By Boy

    HTML

  3. LessonUP-Spammer LessonUP-Spammer Public

    Forked from NoelisTired/LessonUP-Spammer

    LessonUP Join-spammer.

    Python

  4. URLShortener URLShortener Public

    A website that shortens url's on your domain.

    CSS

  5. Opendag-Curio Opendag-Curio Public

    HTML

  6. Litematica-Excel Litematica-Excel Public

    Transfers materials.csv to an excel sheet.

    Python