GrafiteInc/Scaffold

View on GitHub
readme.md

Summary

Maintainability
Test Coverage
![Grafite Scaffold](https://docs.grafite.ca/img/grafite_scaffold.png)

[![Laravel Tests](https://github.com/grafiteinc/scaffold/workflows/Tests/badge.svg)](https://github.com/grafiteinc/scaffold/actions?query=workflow%3A%22Tests%22)
[![Maintainability](https://api.codeclimate.com/v1/badges/0c900848a2419c8ec20d/maintainability)](https://codeclimate.com/github/GrafiteInc/Scaffold/maintainability)
[![Packagist](https://img.shields.io/packagist/dt/grafite/scaffold.svg)](https://packagist.org/packages/grafite/scaffold)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://packagist.org/packages/grafite/scaffold)

## About Grafite Scaffold
Grafite Scaffold was created as a highly opinionated boilerplate of Laravel's base application structure. In comes loaded with a variety of packages for various needs including:

- grafite/auth
- grafite/charts
- grafite/database
- grafite/forms
- grafite/html
- grafite/maintenance
- hisorange/browser-detect
- intervention/image
- guzzlehttp/guzzle
- bepsvpt/secure-headers
- livewire/livewire
- laravel/framework
- laravel/cashier
- laravel/dusk
- laravel/helpers
- laravel/sanctum
- lasserafn/php-initial-avatar-generator
- tightenco/ziggy
- pragmarx/google2fa-laravel
- pragmarx/recovery
- pusher/pusher-php-server
- silviolleite/laravelpwa
- spatie/laravel-honeypot

Scaffold is *intended* to be used to start a project and then be heavily altered.

##### Author(s):
* [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)

## Requirements

1. PHP 8.1+

## Setup

sail up

## Compatibility and Support

Since Grafite Scaffold is a starter project it offers no support, and no compatibily guarantees.

## Installation

```
composer create-project grafite/scaffold {project-name} --prefer-dist
```

## Documentation

[https://docs.grafite.ca/scaffold/introduction](https://docs.grafite.ca/scaffold/introduction)

## License
Grafite Scaffold 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.