2017 © Pedro Peláez
 

library interactive-make

Interactive make CLI replacement for Laravel

image

laracademy/interactive-make

Interactive make CLI replacement for Laravel

  • Tuesday, October 10, 2017
  • by Laracademy
  • Repository
  • 15 Watchers
  • 360 Stars
  • 58,243 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 20 Forks
  • 0 Open issues
  • 13 Versions
  • 18 % Grown

The README.md

Interactive Make for Laravel 5.4

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Getting Started

To get started you need to install the package with Composer:, (*2)

composer require laracademy/interactive-make

Laravel >= 5.5

That's it! The package is auto-discovered on 5.5 and up!, (*3)

Laravel <= 5.4

Add the package service provider to your providers array in config/app.php, (*4)

'providers' => [
    // ...
    Laracademy\Commands\MakeServiceProvider::class,
],

To start using this package, run this command in your terminal and follow the onscreen prompts:, (*5)

php artisan make

Preview

, (*6)

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*7)

The Versions

10/10 2017

dev-master

9999999-dev

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

10/10 2017

1.2

1.2.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

03/06 2017

1.1

1.1.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

17/05 2017

1.0

1.0.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

04/05 2017

0.9

0.9.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

03/05 2017

0.8

0.8.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

28/04 2017

0.7

0.7.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

26/04 2017

0.6

0.6.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

26/04 2017

0.5

0.5.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

25/04 2017

0.4

0.4.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

25/04 2017

0.3

0.3.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

24/04 2017

0.2

0.2.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen

24/04 2017

0.1

0.1.0.0

Interactive make CLI replacement for Laravel

  Sources   Download

MIT

by Michael McMullen