Download the PHP package morningtrain/laravel-deployment without Composer
On this page you can find all versions of the php package morningtrain/laravel-deployment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download morningtrain/laravel-deployment
More information about morningtrain/laravel-deployment
Files in morningtrain/laravel-deployment
Package laravel-deployment
Short Description Easily extract version information from a deployment.json file
License MIT
Homepage https://github.com/Morning-Train/laravel-deployment
Informations about the package laravel-deployment
Deployment
A package to parse a file for version/deployment information.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Deployment.json file
The deployment.json
we use, looks like this
The package expects the file to match the format, to be able to parse it.
Usage
Get the version number
Get the username of the committer
Get the revision of the commit
Get the repository URL
Get all the data in a Version object
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Peter Brinck
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-deployment with dependencies
spatie/laravel-package-tools Version ^1.11.3
illuminate/contracts Version ^9.0