Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafiteinc/scaffold
A Laravel SaaS boilerplate by Grafite
https://github.com/grafiteinc/scaffold
bootstrap laravel saas vuejs
Last synced: 6 days ago
JSON representation
A Laravel SaaS boilerplate by Grafite
- Host: GitHub
- URL: https://github.com/grafiteinc/scaffold
- Owner: GrafiteInc
- License: mit
- Created: 2019-07-17T15:43:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:57:11.000Z (6 days ago)
- Last Synced: 2024-11-06T17:48:39.340Z (6 days ago)
- Topics: bootstrap, laravel, saas, vuejs
- Language: PHP
- Homepage: https://docs.grafite.ca/scaffold/introduction
- Size: 22.6 MB
- Stars: 36
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![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-honeypotScaffold 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.2+
## 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.