Created
November 26, 2019 17:33
-
-
Save grandmanitou/b5bb0af55c581296d5b4032d7858142a to your computer and use it in GitHub Desktop.
My favorite composer package for a fresh Laravel 6.x install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"require": { | |
"php": "^7.2", | |
"bacon/bacon-qr-code": "^2.0", | |
"barryvdh/laravel-dompdf": "^0.8.5", | |
"box/spout": "^3.0", | |
"caouecs/laravel-lang": "^4.0", | |
"fideloper/proxy": "^4.0", | |
"fzaninotto/company-name-generator": "dev-master", | |
"giggsey/libphonenumber-for-php": "^8.10", | |
"guzzlehttp/guzzle": "^6.3", | |
"hackzilla/password-generator": "^1.4", | |
"intervention/image": "^2.5", | |
"laravel/framework": "^6.2", | |
"laravel/horizon": "^3.4", | |
"laravel/slack-notification-channel": "^2.0", | |
"laravel/tinker": "^1.0", | |
"league/flysystem-sftp": "^1.0", | |
"pragmarx/google2fa-laravel": "^1.2", | |
"spatie/laravel-medialibrary": "^7.14" | |
}, | |
"require-dev": { | |
"barryvdh/laravel-debugbar": "^3.2", | |
"facade/ignition": "^1.4", | |
"fzaninotto/faker": "^1.4", | |
"laravel/ui": "^1.1", | |
"mockery/mockery": "^1.0", | |
"nunomaduro/collision": "^3.0", | |
"phpunit/phpunit": "^8.0" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment