Skip to content

Instantly share code, notes, and snippets.

View alxy's full-sized avatar

Alexander Guth alxy

  • PwC Germany
  • Germany
View GitHub Profile
@alxy
alxy / GenerateCommand.php
Created August 30, 2013 20:15
Simple aidkit generator...
<?php namespace Codebryo\Aidkit\Commands;
use Illuminate\Console\Command;
use \File;
use Illuminate\Support\Pluralizer;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class GenerateCommand extends Command {