Skip to content
View nullthoughts's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nullthoughts

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-data-sync laravel-data-sync Public

    Laravel utility to keep records synced between enviroments through source control

    PHP 33 8

  2. laravel-latest-relation laravel-latest-relation Public

    Eloquent macros for querying latest HasMany relationship in Laravel

    PHP 14 4

  3. boat-units-converter boat-units-converter Public

    Measurement utility for converting common units, designed for the boating industry

    PHP 1

  4. laravel-json-column-mutators-trait laravel-json-column-mutators-trait Public

    Extends Laravel's HasAttributes Trait to enable nested attribute mutators for JSON cast columns

    PHP 1

  5. laravel-cloudfront-url-signer laravel-cloudfront-url-signer Public

    Forked from dreamonkey/laravel-cloudfront-url-signer

    Easy to use Laravel 5.5+ wrapper around the official AWS PHP SDK which allows to sign URLs to access Private Content through CloudFront CDN

    PHP 1

  6. Lock columns/attributes from updates... Lock columns/attributes from updates in Laravel
    1
    <?php
    2
    
                  
    3
    namespace App\Traits;
    4
    
                  
    5
    trait LockColumns