Skip to content
View bilfeldt's full-sized avatar

Sponsoring

@calebporzio
@driesvints
@Kyon147

Organizations

@smartsendio
Block or Report

Block or report bilfeldt

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
bilfeldt/README.md

website badge twitter badge

Hi there 👋

🤔 how in the world did you even get here?

Who is this?

$me = Human::create(
    first_name: 'Anders',
    last_name: 'Bilfeldt',
    linkedin: 'https://www.linkedin.com/in/andersbilfeldt/',
    twitter: 'https://twitter.com/AndersBilfeldt'
);

$me->educations()->saveMany(
    new Education(
        institution: 'Technical University of Denmark',
        degree: 'Masters of Science',
        subject: 'Physics and Nanotechnology',
        graduated: 2014
    ),
    new Education(
        institution: 'Technical University of Denmark',
        degree: 'Bachelor of Science',
        subject: 'Physics and Nanotechnology',
        graduated: 2011
    )
);

What are you doing man?

{
    "name": "bilfeldt/portfolio",
    "type": "project",
    "description": "My public PHP portfolio.",
    "keywords": [
        "php",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "bilfeldt/laravel-http-client-logger": "*",
        "bilfeldt/laravel-request-logger": "*",
        "bilfeldt/laravel-route-statistics": "*"
    }
}

Are you not just bullshitting me?

Bilfeldt's GitHub stats

Bilfedt GitHub 3D contribution diagram

Popular repositories

  1. laravel-route-statistics laravel-route-statistics Public

    Log requests and group together for aggregated statistics of route usage

    PHP 208 21

  2. laravel-http-client-logger laravel-http-client-logger Public

    A logger for the Laravel HTTP Client

    PHP 134 17

  3. laravel-request-logger laravel-request-logger Public

    Log Laravel application request and response with a unique ID for easy debugging

    PHP 84 10

  4. laravel-flash-message laravel-flash-message Public

    A package to flash multiple messages using Laravels default session message flashing system

    PHP 8 1

  5. laravel-vat-service laravel-vat-service Public

    Larave package to fetch companies vat details

    PHP 2 2

  6. laravel-correlation-id laravel-correlation-id Public

    Determine request id and correlation id and attach those as global log context

    PHP 2