Rukhsar / laravel-packme by Rukhsar

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.
15
1
2
Package Data
Maintainer Username: Rukhsar
Maintainer Contact: rukhsar.man@gmail.com (Rukhsar Manzoor)
Package Create Date: 2016-12-12
Package Last Update: 2017-03-24
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-08 03:10:51
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.

Installation

Install this package via composer

composer require rukhsar/laravel-packme

Then add the service provider to you provider's array in config/app.php

    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:

php artisan pack:me vendor_name package_name

This project is open-sourced software licensed under the MIT License.