Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
/ packer Public archive
forked from laravolt/packer

Laravel package generator

Notifications You must be signed in to change notification settings

DALTCORE/packer

This branch is 3 commits ahead of laravolt/packer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4832641 · Sep 29, 2020

History

25 Commits
Feb 7, 2017
Jun 12, 2016
Sep 8, 2015
Sep 8, 2015
Sep 29, 2020
Sep 29, 2020

Repository files navigation

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.

Installation

Via Composer

$ composer require daltcore/packer

Then add the service provider in config/app.php:

'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:

$ php artisan laravolt:packer:new vendor_name package_name

Credits

This package was originally forked from Jeroen-G/laravel-packager awesome package.

About

Laravel package generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%