2017 © Pedro Peláez
 

library laravel-packme

A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining.

image

rukhsar/laravel-packme

A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining.

  • Friday, March 24, 2017
  • by Rukhsar
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel PackMe

A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining., (*1)

Installation

Install this package via composer, (*2)

composer require rukhsar/laravel-packme

Then add the service provider to you provider's array in config/app.php, (*3)

    Rukhsar\PackMe\PackMeServiceProvider::class,

Usage

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)

php artisan pack:me vendor_name package_name

This project is open-sourced software licensed under the MIT License., (*5)

The Versions

24/03 2017

dev-master

9999999-dev

A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining.

  Sources   Download

MIT

The Requires

 

by Rukhsar Manzoor

13/12 2016

v1.0

1.0.0.0

A laravel command to generate a laravel starting package

  Sources   Download

MIT

The Requires

 

by Rukhsar Manzoor