Skip to content

finnie2006/finnie2006

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

<?php

use Illuminate\Support\Facades\Route;

Route::get('/', function () {
    return [
        'country' => 'Netherlands',
        'working_on' => ['undefined'],
        'learning' => ['Javascript','Node.js','React', 'PHP', 'Laravel'],
        'tools' => ['MySQL', 'Nginx', 'Docker'],
        'discord' => [
            'tag' => 'finniedj.exe#9075',
            'server' => null,
        ],
    ];
});

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published