grafite / scaffold
An opinionated Laravel boilerplate.
Installs: 229
Dependents: 0
Suggesters: 0
Security: 0
Stars: 36
Watchers: 2
Forks: 5
Open Issues: 5
Type:project
Requires
- php: ^8.2
- aws/aws-sdk-php: ^3.192
- bacon/bacon-qr-code: ^2.0
- barryvdh/laravel-debugbar: ^3.6
- bepsvpt/secure-headers: ^7.2
- dedoc/scramble: ^0.9.0
- fahlisaputra/laravel-minify: ^1.1
- grafite/auth: ^1.0
- grafite/blacksmith: ^1.0
- grafite/charts: ^2.0
- grafite/database: ^2.5.2
- grafite/forms: ^6.2
- grafite/html: ^1.0
- grafite/maintenance: ^0.4.0
- grafite/mission-control-laravel: ^3.4
- grafite/support: ^1.1
- guzzlehttp/guzzle: ^7.2
- hisorange/browser-detect: ^4.5
- intervention/image: ^2.5
- laravel/cashier: ^15.0
- laravel/framework: ^11.0
- laravel/helpers: ^1.1
- laravel/sanctum: ^4.0
- lasserafn/php-initial-avatar-generator: ^4.0
- livewire/livewire: ^3.0
- pragmarx/google2fa-laravel: ^2.0
- pragmarx/recovery: ^0.2.1
- pusher/pusher-php-server: ^7.2
- shiftonelabs/laravel-sqs-fifo-queue: ^2.0
- silviolleite/laravelpwa: ^2.0
- spatie/laravel-honeypot: ^4.0
- tightenco/ziggy: ^1.0.4
Requires (Dev)
- brianium/paratest: ^7.0
- fakerphp/faker: ^1.10
- laravel/dusk: ^8.0
- laravel/pint: ^1.10
- laravel/sail: ^1.14
- mockery/mockery: ^1.3
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
- dev-main
- v2.20.2
- v2.20.1
- v2.20.0
- v2.19.2
- v2.19.1
- v2.19.0
- v2.18.0
- v2.17.2
- v2.17.1
- v2.17.0
- v2.16.3
- v2.16.2
- v2.16.1
- v2.16.0
- v2.15.2
- v2.15.1
- v2.15.0
- v2.14.1
- v2.14.0
- v2.13.0
- v2.12.1
- v2.12.0
- v2.11.0
- v2.10.1
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.1
- v2.6.0
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.1
- v1.0.0
- dev-develop
- dev-dependabot/composer/symfony/process-7.1.7
- dev-dependabot/composer/symfony/http-foundation-7.1.7
- dev-dependabot/npm_and_yarn/rollup-4.22.4
- dev-dependabot/npm_and_yarn/vite-5.4.6
- dev-docker-ideas
- dev-layout-ideas
- dev-shift-ci-v8.25.0
- dev-simple-checkout
- dev-laravel-8-upgrade
This package is auto-updated.
Last update: 2024-11-06 16:57:15 UTC
README
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 (@mattylantz, mattlantz at gmail dot com)
Requirements
- 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
License
Grafite Scaffold is open-sourced software licensed under the MIT license
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.