2017 © Pedro Peláez
 

library anonym-console

AnonymFramework Comsole Component

image

anonym-php/anonym-console

AnonymFramework Comsole Component

  • Friday, September 18, 2015
  • by anonymframework
  • Repository
  • 1 Watchers
  • 1 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Anonym Console

AnonymFramework Console Component, laravel'in artisan'ını nasıl kullandığını merak ediyorsanız inceleyebilirsiniz., (*1)

Autoload olayının aktifleşmesi için composer de autoload psr 4 kısmına aşağıyı eklemeniz gerek, (*2)

"Console\\" : "path"

Komutların yüklenebilmesi için, (*3)


namespace Console; class System { /** * Bu Kısıma eklediğiniz sınıflar birer komut olarak algılanacaktır * @var array */ protected $commands = [ ]; /** * Komutları getirir * * @return array */ public function getCommands() { return $this->commands; } /** * Komutları atar * * @param array $commands * @return System */ public function setCommands($commands) { $this->commands = $commands; return $this; } }

The Versions

18/09 2015

dev-master

9999999-dev https://gemframework.com

AnonymFramework Comsole Component

  Sources   Download

MIT

The Requires

 

console

08/08 2015

1.2.x-dev

1.2.9999999.9999999-dev https://gemframework.com

AnonymFramework Comsole Component

  Sources   Download

MIT

The Requires

 

console