Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.02 KB

laravel-make


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.

Usage

laravel-make <project-name>

Setup

go mod tidy

Building the project

laravel-make uses task to manage tasks such as builds. See the task project page for more information.

task build

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.