Download the PHP package innoflash/larapack without Composer
On this page you can find all versions of the php package innoflash/larapack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innoflash/larapack
More information about innoflash/larapack
Files in innoflash/larapack
Package larapack
Short Description The Laravel Zero Framework.
License MIT
Homepage https://laravel-zero.com
Informations about the package larapack
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.
All versions of larapack with dependencies
illuminate/database Version ^7.0
illuminate/routing Version ^7.5
laminas/laminas-text Version ^2.7