2017 © Pedro Peláez
 

library bootpack

Laravel 5 package bootstraper

image

consoletvs/bootpack

Laravel 5 package bootstraper

  • Saturday, October 21, 2017
  • by ErikCampobadal
  • Repository
  • 11 Watchers
  • 280 Stars
  • 2,374 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 23 Forks
  • 5 Open issues
  • 12 Versions
  • 15 % Grown

The README.md

, (*1)

Bootpack - Laravel 5 package bootstraper

Description

Bootpack is a laravel 5 package bootstraper that does the following:, (*2)

  • Creates composer.json for a laravel package
  • Create a basic well structured package directory
  • Adds the local autoloader to the project composer.json
  • Dumps the autoload
  • Adds the package service provider to the laravel project
  • Initiates a git repository
  • Perhaps more ;D

It features a full terminal application based on an artisan command., (*3)

Installation

composer require consoletvs/bootpack

Register the service provider to the current project (Not needed if using laravel 5.5+):, (*4)

ConsoleTVs\Bootpack\BootpackServiceProvider::class

Publish the configuration:, (*5)

php artisan vendor:publish

Usage

Can't be more simple... rename test/package to the vendor/packagename notation you wish to create., (*6)

Example: consoletvs/bootpack, (*7)

php artisan bootpack:create test/package

You then have a cool functional terminal to help you create the package. Enjoy!, (*8)

First, (*9)

Second, (*10)

Package Structure

Structure, (*11)

The Versions

21/10 2017

dev-master

9999999-dev

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

21/10 2017

1.1.8

1.1.8.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

20/10 2017

1.1.7

1.1.7.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

18/10 2017

1.1.6

1.1.6.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

05/10 2017

1.1.5

1.1.5.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

05/10 2017

1.1.4

1.1.4.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

24/08 2017

1.1.3

1.1.3.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

24/08 2017

1.1.2

1.1.2.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

24/08 2017

1.1.1

1.1.1.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

23/08 2017

1.1.0

1.1.0.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

12/08 2017

1.0.1

1.0.1.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires

 

11/08 2017

1.0.0

1.0.0.0

Laravel 5 package bootstraper

  Sources   Download

MIT

The Requires