Skip to content
View jamesmills's full-sized avatar

Organizations

@Refresh-Teesside @Clicksco
Block or Report

Block or report jamesmills

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

Pinned

  1. laravel-timezone laravel-timezone Public

    Enable user Timezones in your application.

    PHP 666 79

  2. watchable watchable Public

    Enable users to watch various models in your application.

    PHP 69 14

  3. eloquent-uuid eloquent-uuid Public

    A Laravel Eloquent Model trait for adding and using a uuid with models

    PHP 139 14

  4. .php_cs .php_cs
    1
    <?php
    2
    
                  
    3
    $finder = PhpCsFixer\Finder::create()
    4
        ->in(__DIR__ . '/app')
    5
        ->in(__DIR__ . '/database/migrations')