Scaffolds a new Laravel project using laravel new
, creates a docker-compose.yml
file with services for
the database (MariaDB) and Redis, then updates the .env
file to use redis
as a queue driver instead of the default.
laravel-make <project-name>
go mod tidy
laravel-make
uses task
to manage tasks such as builds. See the task project page for more information.
task build
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.