2017 © Pedro Peláez
 

library robo-laravel

Laravel Tasks for Robo task runner

image

imi/robo-laravel

Laravel Tasks for Robo task runner

  • Friday, April 20, 2018
  • by imi
  • Repository
  • 8 Watchers
  • 0 Stars
  • 80 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Robo Wrapper for Laravel

This is (currentl very thin) wrapper around laravel projects for using it in the Robo task runner., (*1)

Commands

Execute artisan

$this->taskArtisanStack()->exec($command)->run();

Shortcut for the above:, (*2)

$this->_artisan($command);

Flush Caches

Adds only to the stack, so you can run additional commands, (*3)

$this->taskArtisanStack()->addCacheFlush()->run();

Shortcut for the above:, (*4)

$this->_artisanCacheFlush($command);

Write .env File

Writes the env file with the values from the setup. Of course you can add additional mappings as a secound parameter., (*5)

Currently RegExp replacing is done. Sooner or later we might use https://github.com/nordcode/robo-parameters for this task (which does not keep comments, that's why we use the own method), (*6)

$this->_writeEnvFile($this->askSetup());

Update IDE Helper

Needs https://github.com/barryvdh/laravel-ide-helper, (*7)

$this->taskArtisanStack()->addUpdateIdeHelper()->run();

The Versions

20/04 2018

dev-master

9999999-dev

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

20/04 2018

1.2.0

1.2.0.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

13/03 2018

1.1.1

1.1.1.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

06/12 2017

1.1.0

1.1.0.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/11 2017

dev-unified-setup

dev-unified-setup

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

02/09 2017

1.0.1

1.0.1.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/08 2017

1.0.0

1.0.0.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/08 2017

0.2.0

0.2.0.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/08 2017

0.1.1

0.1.1.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/08 2017

0.1.0

0.1.0.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH

29/08 2017

0.0.1

0.0.1.0

Laravel Tasks for Robo task runner

  Sources   Download

MIT

The Requires

 

by iMi digital GmbH