red-explosion / laravel-devtools
A collection of helpful tools for building Laravel projects.
Installs: 1 262
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- aws/aws-sdk-php: ^3.293
- laravel/pint: ^1.10
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.6
- pestphp/pest-plugin-arch: ^2.1
- phpstan/phpstan: ^1.10
- red-explosion/pint-config: ^1.1
- spatie/laravel-ray: ^1.32
README
Laravel DevTools
A collection of helpful tools for building Laravel projects.
Installation
To get started, install Laravel DevTools via the Composer package manager:
composer require red-explosion/laravel-devtools --dev
Usage
Create an S3 bucket
Most of our projects use MinIO during local development to replicate an S3 bucket. When setting up projects for the first time, you will often find yourself needing to create a bucket in MinIO. This package provides a helpful command to create the bucket automatically with the correct permissions.
php artisan storage:create-bucket
Important
You will need to ensure you have configured your AWS_
environment variables before running this command.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover a security vulnerability, please send an e-mail to Ben Sherred via ben@redexplosion.co.uk. All security vulnerabilities will be promptly addressed.
Credits
License
Laravel Devtools is open-sourced software licensed under the MIT license.