2017 © Pedro Peláez
 

library create-packages

Laravel packages for quickly creating a new package base structure

image

jorenvanhocht/create-packages

Laravel packages for quickly creating a new package base structure

  • Tuesday, September 15, 2015
  • by jorenvh
  • Repository
  • 2 Watchers
  • 3 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Create packages

This package is inspired by the workbench package that came default in Laravel 4. It speeds up your workflow for creating packages, once you have set your config settings the only thing left is running the artisan command and start developing your package., (*1)

Installation

You can install this package through composer by running the following command, (*2)

$ composer require jorenvanhocht\create-packages 1.0

Now add the service provider to the provider array in config/app.php, (*3)

jorenvanhocht\CreatePackages\Providers\CreatePackagesServiceProvider::class,

Configuration

Publish the config file by running the following command from your terminal, (*4)

$ php artisan vendor:publish

Set your base folder and your vendor name, and you are good to go., (*5)

Usage

To create a new package run, (*6)

$ php artisan make:package yourPackageName

If want to create a package with a different vendor name then set in your config file you can add it as a parameter, (*7)

$ php artisan make:package yourPackageName YourNewVendorName

TODO

Learn to write tests and write tests :), (*8)

The Versions

15/09 2015

dev-master

9999999-dev

Laravel packages for quickly creating a new package base structure

  Sources   Download

MIT

15/09 2015

v1.0

1.0.0.0

Laravel packages for quickly creating a new package base structure

  Sources   Download

MIT

15/09 2015

dev-feature-artisan-command

dev-feature-artisan-command

Laravel packages for quickly creating a new package base structure

  Sources   Download

MIT