innoflash/larapack

The Laravel Zero Framework.

v1.0.4 2020-04-10 08:09 UTC

README

Larapack

This is a community project and not an official Laravel one

This package aims to help you as Laravel developer to speed up package development

This was achieved by placing most of the make commands you use in a plain Laravel app.

Every PHP class you are going to create using this tool is gonna be namespaced with the namespace used in your composer file.

Personally i just built this because i was in the habit of creating classes in a Laravel project and move them to my package all the time and it was inefficient.

Installation

You must installer Larapack as a global requirement so that you can use it from anywhere.

Install via composer. Note: For windows user, first run composer global update

composer global require innoflash/larapack

Available commands

  • All Laravel make commands

Contributions

Feel free to fork, open issues and give suggestions.

License

Laravel Zero is an open-source software licensed under the MIT license.