Skip to content
View marcnewton's full-sized avatar
💭
Maaad busy programming.
💭
Maaad busy programming.

Organizations

@vue-pie-laravel
Block or Report

Block or report marcnewton

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 International String Validation Laravel International String Validation
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Author: Marc Newton <code@marcnewton.co.uk>
    5
     * Link: https://gist.github.com/marcnewton/37e7d07a962bf7eb8f2eef38626e6812
  2. Laravel Middleware Accept-Language t... Laravel Middleware Accept-Language to setLocale
    1
    # Laravel Middleware Accept-Language to setLocale
    2
    
                  
    3
    This Gist has now been converted into a package and migrated to https://github.com/marcnewton/laravel-alsl
  3. ESLint Vuetify Config ESLint Vuetify Config
    1
    module.exports = {
    2
      root: true,
    3
      env: {
    4
        node: true,
    5
      },