Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafiteinc/blacksmith
An easy way to handle rebuilding a Laravel Forge based application
https://github.com/grafiteinc/blacksmith
Last synced: 6 days ago
JSON representation
An easy way to handle rebuilding a Laravel Forge based application
- Host: GitHub
- URL: https://github.com/grafiteinc/blacksmith
- Owner: GrafiteInc
- License: other
- Created: 2023-12-13T04:08:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T02:48:35.000Z (7 months ago)
- Last Synced: 2024-04-26T02:50:57.701Z (7 months ago)
- Language: PHP
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Grafite Blacksmith](GrafiteBlacksmith-banner.png)
**Blacksmith** - An easy way to handle rebuilding a Forge based application.
[![Build Status](https://github.com/GrafiteInc/Blacksmith/workflows/PHP%20Package%20Tests/badge.svg?branch=main)](https://github.com/GrafiteInc/Blacksmith/actions?query=workflow%3A%22PHP+Package+Tests%22)
[![Maintainability](https://api.codeclimate.com/v1/badges/e64a5c2c2392e34bb1a0/maintainability)](https://codeclimate.com/github/GrafiteInc/Blacksmith/maintainability)
[![Packagist](https://img.shields.io/packagist/dt/grafite/blacksmith.svg)](https://packagist.org/packages/grafite/blacksmith)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://packagist.org/packages/grafite/blacksmith)The Backsmith package is a easy to use tool for handling long term projects on Laravel Forge.
##### Author(s):
* [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)## Requirements
1. PHP 8.2+
## Compatibility and Support
| Laravel Version | Package Tag | Supported |
|-----------------|-------------|-----------|
| ^11.x | 1.x | yes |### Installation
Start a new Laravel project:
```php
composer create-project laravel/laravel your-project-name
```Then run the following to add Support
```php
composer require "grafite/blacksmith"
```Time to publish those assets!
```php
php artisan vendor:publish --provider="Grafite\Blacksmith\BlacksmithProvider"
```## Documentation
[https://docs.grafite.ca/utilities/blacksmith](https://docs.grafite.ca/utilities/blacksmith)
## License
Support is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)### Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests### Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.