Skip to content

Instantly share code, notes, and snippets.

View ConnorVG's full-sized avatar
🏠
Working from home

Connor S. Parks ConnorVG

🏠
Working from home
  • Doncaster, United Kingdom
View GitHub Profile
html{background-color:#181a1b!important;}html,body,input,textarea,select,button{background-color:#181a1b;border-color:#736b5e;color:#e8e6e3;}a{color:#3391ff;background-color:transparent;text-decoration-color:initial;}table{border-color:#545b5e;background-color:transparent;}::placeholder{color:#b2aba1;}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color:#555b00!important;color:#e8e6e3!important;}::-webkit-scrollbar{background-color:#202324;color:#aba499;}::-webkit-scrollbar-thumb{background-color:#454a4d;}::-webkit-scrollbar-thumb:hover{background-color:#575e62;}::-webkit-scrollbar-thumb:active{background-color:#484e51;}a:active,a:hover{outline-color:initial;}abbr[title]{border-bottom-color:initial;text-decoration-color:initial;}mark{background-image:initial;background-color:#cc0;color:#e8e6e3;}fieldset{border-color:#42474a;}body{color:#c8c3bc;background-color:#181a1b;}a:focus,a:hover{color:#8dbbdf;text-decoration-color:initial;}a:focus{outline-color:#ba7b00;}.img-thumbnai
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
<?php
namespace App\Console\Commands;
use Illuminate\Foundation\Console\ModelMakeCommand as BaseModelMakeCommand;
use Symfony\Component\Console\Input\InputOption;
class ModelMakeCommand extends BaseModelMakeCommand
{
/**
@ConnorVG
ConnorVG / BeforeValidException.php
Created July 1, 2015 08:28
Simple JWT-PHP Wrapper
<?php namespace App\Services\Jwt\Exceptions;
class BeforeValidException extends \UnexpectedValueException { }

Directory Layout

gulp/
  tasks/
  util/
  config.js
api/
  BigBiteCreative/
  bootstrap/

commands/