Download the PHP package consoletvs/bootpack without Composer
On this page you can find all versions of the php package consoletvs/bootpack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bootpack
Bootpack - Laravel 5 package bootstraper
Description
Bootpack is a laravel 5 package bootstraper that does the following:
- Creates composer.json for a laravel package
- Create a basic well structured package directory
- Adds the local autoloader to the project composer.json
- Dumps the autoload
- Adds the package service provider to the laravel project
- Initiates a git repository
- Perhaps more ;D
It features a full terminal application based on an artisan command.
Installation
Register the service provider to the current project (Not needed if using laravel 5.5+):
Publish the configuration:
Usage
Can't be more simple... rename test/package to the vendor/packagename notation you wish to create.
Example: consoletvs/bootpack
You then have a cool functional terminal to help you create the package. Enjoy!
Package Structure
All versions of bootpack with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^5.0|^6.0|^7.0
consoletvs/support Version ^3.0.0
composer/composer Version ^1.5.1
illuminate/support Version ^5.0|^6.0|^7.0
consoletvs/support Version ^3.0.0
composer/composer Version ^1.5.1
The package consoletvs/bootpack contains the following files
Loading the files please wait ....