A collection of helpful tools for building Laravel projects.
To get started, install Laravel DevTools via the Composer package manager:
composer require red-explosion/laravel-devtools --dev
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.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover a security vulnerability, please send an e-mail to Ben Sherred via [email protected]. All security vulnerabilities will be promptly addressed.
Laravel Devtools is open-sourced software licensed under the MIT license.