2017 © Pedro Peláez
 

library packer

A cli tool for creating Laravel packages.

image

laravolt/packer

A cli tool for creating Laravel packages.

  • Monday, June 13, 2016
  • by uyab
  • Repository
  • 2 Watchers
  • 7 Stars
  • 1,698 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Laravel Packer

This package provides you with a simple tool to set up a new Laravel package. It provides a complete boilerplate code that could actually be done by a package. Use what you need, remove the remaining., (*1)

Installation

Via Composer, (*2)

$ composer require laravolt/packer

Then add the service provider in config/app.php:, (*3)

'Laravolt\Packer\PackerServiceProvider',

Usage

New package

The command will handle practically everything for you. It will create a packages directory, creates the vendor and package directory in it, pulls in a skeleton package, sets up composer.json, creates a service provider, registers the package in config/app.php and the app's composer.json. So you can start right away with only this command:, (*4)

bash $ php artisan laravolt:packer:new vendor_name package_name, (*5)

Credits

This package was originally forked from Jeroen-G/laravel-packager awesome package., (*6)

The Versions

13/06 2016

dev-master

9999999-dev https://github.com/laravolt/packer

A cli tool for creating Laravel packages.

  Sources   Download

MIT

The Requires

 

laravel skeleton packer package

12/06 2016

1.0.1

1.0.1.0 https://github.com/laravolt/packer

A cli tool for creating Laravel packages.

  Sources   Download

MIT

The Requires

 

laravel skeleton package packager

06/01 2016

1.0.0

1.0.0.0 https://github.com/laravolt/packer

A cli tool for creating Laravel packages.

  Sources   Download

MIT

The Requires

 

laravel skeleton package packager

05/11 2015

0.x-dev

0.9999999.9999999.9999999-dev https://github.com/laravolt/packer

A cli tool for creating Laravel packages.

  Sources   Download

EUPL-1.1

The Requires

 

laravel skeleton package packager

01/10 2015

0.1.1

0.1.1.0 https://github.com/laravolt/packer

A cli tool for creating Laravel packages.

  Sources   Download

EUPL-1.1

The Requires

 

laravel skeleton package packager