Skip to content

Instantly share code, notes, and snippets.

View nviz's full-sized avatar

Stian nviz

  • Norway
View GitHub Profile
<?php
use Atymic\Twitter\Facade\Twitter;
use Atymic\Twitter\Twitter as TwitterContract;
class GetUserTweets
{
public int $user = '';
public function getLatest()
<?php
namespace App;
use Illuminate\Support\Facades\DB;
class CreateLaravelHypertable
{